Add a bit of whitespace between option letters and arguments in
the description of the LPD `input filter' and `output filter', to make reading a bit more comfortable and the source more consistent with the rest of the option lists. PR: docs/119461, docs/119462 Submitted by: Gregory Delfly, <gregoryd.freebsd at free.fr
This commit is contained in:
parent
9cbf68d9b3
commit
66ce7937ab
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=31260
1 changed files with 5 additions and 5 deletions
|
@ -1572,9 +1572,9 @@ $%&'()*+,-./01234567
|
|||
<cmdsynopsis>
|
||||
<command>filter-name</command>
|
||||
<arg>-c</arg>
|
||||
<arg choice="plain">-w<replaceable>width</replaceable></arg>
|
||||
<arg choice="plain">-l<replaceable>length</replaceable></arg>
|
||||
<arg choice="plain">-i<replaceable>indent</replaceable></arg>
|
||||
<arg choice="plain">-w <replaceable>width</replaceable></arg>
|
||||
<arg choice="plain">-l <replaceable>length</replaceable></arg>
|
||||
<arg choice="plain">-i <replaceable>indent</replaceable></arg>
|
||||
<arg choice="plain">-n <replaceable>login</replaceable></arg>
|
||||
<arg choice="plain">-h <replaceable>host</replaceable></arg>
|
||||
<arg choice="plain"><replaceable>acct-file</replaceable></arg>
|
||||
|
@ -1691,8 +1691,8 @@ $%&'()*+,-./01234567
|
|||
|
||||
<cmdsynopsis>
|
||||
<command>filter-name</command>
|
||||
<arg choice="plain">-w<replaceable>width</replaceable></arg>
|
||||
<arg choice="plain">-l<replaceable>length</replaceable></arg>
|
||||
<arg choice="plain">-w <replaceable>width</replaceable></arg>
|
||||
<arg choice="plain">-l <replaceable>length</replaceable></arg>
|
||||
</cmdsynopsis>
|
||||
|
||||
which are identical to the text filters <option>-w</option> and
|
||||
|
|
Loading…
Reference in a new issue