Date: Tue, 8 Jan 2008 17:42:01 GMT From: gregory delfly <gregoryd.freebsd@free.fr> To: freebsd-gnats-submit@FreeBSD.org Subject: docs/119460: lacking spaces make reading less easy Message-ID: <200801081742.m08Hg1Ec068490@www.freebsd.org> Resent-Message-ID: <200801081750.m08Ho1pI045516@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801081742.m08Hg1Ec068490>