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/119460 Submitted by: Gregory Delfly, <gregoryd.freebsd at free.fr
This commit is contained in:
parent
66ce7937ab
commit
1af1b7c377
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=31261
1 changed files with 2 additions and 2 deletions
|
@ -1669,8 +1669,8 @@ $%&'()*+,-./01234567
|
|||
<cmdsynopsis>
|
||||
<command>filter-name</command>
|
||||
<arg
|
||||
choice="plain">-x<replaceable>pixel-width</replaceable></arg>
|
||||
<arg choice="plain">-y<replaceable>pixel-height</replaceable></arg>
|
||||
choice="plain">-x <replaceable>pixel-width</replaceable></arg>
|
||||
<arg choice="plain">-y <replaceable>pixel-height</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>
|
||||
|
|
Loading…
Reference in a new issue