docs/119460: lacking spaces make reading less easy
gregory delfly
gregoryd.freebsd at free.fr
Tue Jan 8 17:50:01 UTC 2008
>Number: 119460
>Category: docs
>Synopsis: lacking spaces make reading less easy
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Tue Jan 08 17:50:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: gregory delfly
>Release: 6.3-RC2 on i386
>Organization:
>Environment:
>Description:
In file /usr/doc/en_US.ISO8859-1/books/handbook/printing/chapter.sgml
three options out of 6 lack a space between the switch and the argument.
It's not consistent, and especially not cosmetically fine ;-)
>How-To-Repeat:
Read it again...
>Fix:
see patch
Patch attached with submission follows:
--- chapter.sgml.old 2008-01-06 20:49:16.000000000 +0100
+++ chapter.sgml 2008-01-06 20:49:57.000000000 +0100
@@ -1572,9 +1572,9 @@
<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>
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-doc
mailing list