Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Mar 2009 02:10:13 GMT
From:      "Alan R. S. Bueno" <alan.bsd@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   docs/132834: Punctuation inconsistency in chgrp.1 and cut.1 man pages
Message-ID:  <200903200210.n2K2AD9N040891@www.freebsd.org>
Resent-Message-ID: <200903200220.n2K2K1lg061197@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         132834
>Category:       docs
>Synopsis:       Punctuation inconsistency in chgrp.1 and cut.1 man pages
>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:   Fri Mar 20 02:20:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Alan R. S. Bueno
>Release:        
>Organization:
>Environment:
>Description:
This PR was originally send to bugs mail list, but I'm sending again for tracking and better description. Sorry for the noise.

Problem:

In the chgrp.1 man page, the full stop should be inside the parentheses:

"If the -R option is specified, symbolic links on the command line are followed.  (Symbolic links encountered in the tree traversal are not followed)."

In the cut.1 man page, the full stop should be outside the parentheses:

"The list specifies fields, separated in the input by the field delimiter character (see the -d option.)  Output fields are separated by a single occurrence of the field delimiter character."
>How-To-Repeat:

>Fix:
Index: chgrp.1
===================================================================
RCS file: /home/ncvs/src/usr.sbin/chown/chgrp.1,v
retrieving revision 1.19
diff -u -r1.19 chgrp.1
--- chgrp.1	13 Feb 2005 22:25:27 -0000	1.19
+++ chgrp.1	17 Mar 2009 18:54:26 -0000
@@ -61,7 +61,7 @@
 If the
 .Fl R
 option is specified, symbolic links on the command line are followed.
-(Symbolic links encountered in the tree traversal are not followed).
+(Symbolic links encountered in the tree traversal are not followed.)
 .It Fl L
 If the
 .Fl R


Index: cut.1
===================================================================
RCS file: /home/ncvs/src/usr.bin/cut/cut.1,v
retrieving revision 1.32
diff -u -r1.32 cut.1
--- cut.1	28 Feb 2007 10:13:32 -0000	1.32
+++ cut.1	17 Mar 2009 18:57:41 -0000
@@ -112,7 +112,7 @@
 specifies fields, separated in the input by the field delimiter character
 (see the
 .Fl d
-option.)
+option).
 Output fields are separated by a single occurrence of the field delimiter
 character.
 .It Fl n

Patch attached with submission follows:

Index: chgrp.1
===================================================================
RCS file: /home/ncvs/src/usr.sbin/chown/chgrp.1,v
retrieving revision 1.19
diff -u -r1.19 chgrp.1
--- chgrp.1	13 Feb 2005 22:25:27 -0000	1.19
+++ chgrp.1	17 Mar 2009 18:54:26 -0000
@@ -61,7 +61,7 @@
 If the
 .Fl R
 option is specified, symbolic links on the command line are followed.
-(Symbolic links encountered in the tree traversal are not followed).
+(Symbolic links encountered in the tree traversal are not followed.)
 .It Fl L
 If the
 .Fl R


Index: cut.1
===================================================================
RCS file: /home/ncvs/src/usr.bin/cut/cut.1,v
retrieving revision 1.32
diff -u -r1.32 cut.1
--- cut.1	28 Feb 2007 10:13:32 -0000	1.32
+++ cut.1	17 Mar 2009 18:57:41 -0000
@@ -112,7 +112,7 @@
 specifies fields, separated in the input by the field delimiter character
 (see the
 .Fl d
-option.)
+option).
 Output fields are separated by a single occurrence of the field delimiter
 character.
 .It Fl n


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903200210.n2K2AD9N040891>