From nobody@FreeBSD.org  Fri Mar 20 02:10:13 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 75DAC106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 20 Mar 2009 02:10:13 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 497E18FC1E
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 20 Mar 2009 02:10:13 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n2K2ADRl040892
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 20 Mar 2009 02:10:13 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n2K2AD9N040891;
	Fri, 20 Mar 2009 02:10:13 GMT
	(envelope-from nobody)
Message-Id: <200903200210.n2K2AD9N040891@www.freebsd.org>
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: Punctuation inconsistency in chgrp.1 and cut.1 man pages
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         132834
>Category:       docs
>Synopsis:       [patch] Punctuation inconsistency in chgrp.1 and cut.1 man pages
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    trhodes
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 20 02:20:01 UTC 2009
>Closed-Date:    Mon Jun 06 20:28:42 UTC 2011
>Last-Modified:  Mon Jun  6 20:30:12 UTC 2011
>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:
State-Changed-From-To: open->patched 
State-Changed-By: trhodes 
State-Changed-When: Wed Apr 1 08:34:08 UTC 2009 
State-Changed-Why:  
Patched, thanks for the submission! 


Responsible-Changed-From-To: freebsd-doc->trhodes 
Responsible-Changed-By: trhodes 
Responsible-Changed-When: Wed Apr 1 08:34:08 UTC 2009 
Responsible-Changed-Why:  
Over to me, MFC reminder. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=132834 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/132834: commit references a PR
Date: Wed,  1 Apr 2009 08:34:09 +0000 (UTC)

 Author: trhodes
 Date: Wed Apr  1 08:33:54 2009
 New Revision: 190610
 URL: http://svn.freebsd.org/changeset/base/190610
 
 Log:
   Fix punctuation.
   
   PR:		132834
   Submitted by:	"Alan R. S. Bueno" <alan.bsd@gmail.com>
 
 Modified:
   head/usr.bin/cut/cut.1
   head/usr.sbin/chown/chgrp.1
 
 Modified: head/usr.bin/cut/cut.1
 ==============================================================================
 --- head/usr.bin/cut/cut.1	Wed Apr  1 08:08:25 2009	(r190609)
 +++ head/usr.bin/cut/cut.1	Wed Apr  1 08:33:54 2009	(r190610)
 @@ -112,7 +112,7 @@ The
  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
 
 Modified: head/usr.sbin/chown/chgrp.1
 ==============================================================================
 --- head/usr.sbin/chown/chgrp.1	Wed Apr  1 08:08:25 2009	(r190609)
 +++ head/usr.sbin/chown/chgrp.1	Wed Apr  1 08:33:54 2009	(r190610)
 @@ -61,7 +61,7 @@ The following options are available:
  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
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: gjb 
State-Changed-When: Mon Jun 6 20:28:28 UTC 2011 
State-Changed-Why:  
MFCd to stable/7. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=132834 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/132834: commit references a PR
Date: Mon,  6 Jun 2011 20:28:00 +0000 (UTC)

 Author: gjb (doc committer)
 Date: Mon Jun  6 20:27:32 2011
 New Revision: 222773
 URL: http://svn.freebsd.org/changeset/base/222773
 
 Log:
   MFC 190610 [1]:
   
   Fix punctuation.
   
   PR:		132834
   Obtained from:	trhodes [1]
 
 Modified:
   stable/7/usr.sbin/chown/chgrp.1
 Directory Properties:
   stable/7/usr.sbin/chown/   (props changed)
 
 Modified: stable/7/usr.sbin/chown/chgrp.1
 ==============================================================================
 --- stable/7/usr.sbin/chown/chgrp.1	Mon Jun  6 20:24:17 2011	(r222772)
 +++ stable/7/usr.sbin/chown/chgrp.1	Mon Jun  6 20:27:32 2011	(r222773)
 @@ -61,7 +61,7 @@ The following options are available:
  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
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/132834: commit references a PR
Date: Mon,  6 Jun 2011 20:28:27 +0000 (UTC)

 Author: gjb (doc committer)
 Date: Mon Jun  6 20:28:19 2011
 New Revision: 222774
 URL: http://svn.freebsd.org/changeset/base/222774
 
 Log:
   MFC 190610 [1]:
   
   Fix punctuation.
   
   PR:		132834
   Obtained from:	trhodes [1]
 
 Modified:
   stable/7/usr.bin/cut/cut.1
 Directory Properties:
   stable/7/usr.bin/cut/   (props changed)
 
 Modified: stable/7/usr.bin/cut/cut.1
 ==============================================================================
 --- stable/7/usr.bin/cut/cut.1	Mon Jun  6 20:27:32 2011	(r222773)
 +++ stable/7/usr.bin/cut/cut.1	Mon Jun  6 20:28:19 2011	(r222774)
 @@ -112,7 +112,7 @@ The
  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
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
>Unformatted:
