From nobody@FreeBSD.org  Tue Nov 10 21:40:39 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 95E481065672
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 10 Nov 2009 21:40:39 +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 861268FC2C
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 10 Nov 2009 21:40:39 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id nAALedx5049395
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 10 Nov 2009 21:40:39 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id nAALedqu049394;
	Tue, 10 Nov 2009 21:40:39 GMT
	(envelope-from nobody)
Message-Id: <200911102140.nAALedqu049394@www.freebsd.org>
Date: Tue, 10 Nov 2009 21:40:39 GMT
From: Jeremy Huddleston <jeremyhu@apple.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Grammar fix for isgraph(3)
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         140455
>Category:       docs
>Synopsis:       [patch] Grammar fix for isgraph(3)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    roam
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 10 21:50:01 UTC 2009
>Closed-Date:    Thu Dec 24 20:37:24 UTC 2009
>Last-Modified:  Thu Dec 24 20:40:10 UTC 2009
>Originator:     Jeremy Huddleston
>Release:        8.0
>Organization:
Apple, UC Berkeley, Outersquare Computing
>Environment:
NA
>Description:
Grammar fix for src/lib/libc/locale/isgraph.3
>How-To-Repeat:

>Fix:
--- isgraph.3.bsdnew	2009-11-10 13:13:10.000000000 -0800
+++ isgraph.3	2009-11-10 13:37:58.000000000 -0800
@@ -50,14 +50,14 @@ The
 function tests for any printing character except space
 .Pq Ql "\ "
 and other
-locale specific space-like characters.
+locale-specific, space-like characters.
 The value of the argument must be representable as an
 .Vt "unsigned char"
 or the value of
 .Dv EOF .


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-doc 
Responsible-Changed-By: remko 
Responsible-Changed-When: Wed Nov 11 08:43:48 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=140455 
State-Changed-From-To: open->patched 
State-Changed-By: roam 
State-Changed-When: Fri Nov 13 09:03:59 UTC 2009 
State-Changed-Why:  
I committed half of your fix - the dash; I don't think the comma is really 
suitable here.  Thanks for spotting this! 
I'll merge the change into the stable branches in two weeks' time. 


Responsible-Changed-From-To: freebsd-doc->roam 
Responsible-Changed-By: roam 
Responsible-Changed-When: Fri Nov 13 09:03:59 UTC 2009 
Responsible-Changed-Why:  
MFC reminder. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/140455: commit references a PR
Date: Fri, 13 Nov 2009 09:04:04 +0000 (UTC)

 Author: roam (doc,ports committer)
 Date: Fri Nov 13 09:03:50 2009
 New Revision: 199244
 URL: http://svn.freebsd.org/changeset/base/199244
 
 Log:
   Fix the grammar in the isgraph(3) description, almost as per the PR.
   
   PR:		140455
   Submitted by:	Jeremy Huddleston <jeremyhu@apple.com>
   MFC after:	2 weeks
 
 Modified:
   head/lib/libc/locale/isgraph.3
 
 Modified: head/lib/libc/locale/isgraph.3
 ==============================================================================
 --- head/lib/libc/locale/isgraph.3	Fri Nov 13 05:54:55 2009	(r199243)
 +++ head/lib/libc/locale/isgraph.3	Fri Nov 13 09:03:50 2009	(r199244)
 @@ -50,7 +50,7 @@ The
  function tests for any printing character except space
  .Pq Ql "\ "
  and other
 -locale specific space-like characters.
 +locale-specific space-like characters.
  The value of the argument must be representable as an
  .Vt "unsigned char"
  or the value of
 _______________________________________________
 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: roam 
State-Changed-When: Thu Dec 24 20:36:54 UTC 2009 
State-Changed-Why:  
I've just merged the change to the 6.x-, 7.x-, and 8.x-STABLE branches. 
Thanks again! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/140455: commit references a PR
Date: Thu, 24 Dec 2009 20:35:21 +0000 (UTC)

 Author: roam (doc,ports committer)
 Date: Thu Dec 24 20:35:01 2009
 New Revision: 200962
 URL: http://svn.freebsd.org/changeset/base/200962
 
 Log:
   MFC r199244:
     Fix the grammar in the isgraph(3) description, almost as per the PR.
   
     PR:           140455
     Submitted by: Jeremy Huddleston <jeremyhu@apple.com>
 
 Modified:
   stable/8/lib/libc/locale/isgraph.3
 Directory Properties:
   stable/8/lib/libc/   (props changed)
   stable/8/lib/libc/stdtime/   (props changed)
 
 Modified: stable/8/lib/libc/locale/isgraph.3
 ==============================================================================
 --- stable/8/lib/libc/locale/isgraph.3	Thu Dec 24 20:31:26 2009	(r200961)
 +++ stable/8/lib/libc/locale/isgraph.3	Thu Dec 24 20:35:01 2009	(r200962)
 @@ -50,7 +50,7 @@ The
  function tests for any printing character except space
  .Pq Ql "\ "
  and other
 -locale specific space-like characters.
 +locale-specific space-like characters.
  The value of the argument must be representable as an
  .Vt "unsigned char"
  or the value of
 _______________________________________________
 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/140455: commit references a PR
Date: Thu, 24 Dec 2009 20:36:00 +0000 (UTC)

 Author: roam (doc,ports committer)
 Date: Thu Dec 24 20:35:41 2009
 New Revision: 200963
 URL: http://svn.freebsd.org/changeset/base/200963
 
 Log:
   MFC r199244:
     Fix the grammar in the isgraph(3) description, almost as per the PR.
   
     PR:           140455
     Submitted by: Jeremy Huddleston <jeremyhu@apple.com>
 
 Modified:
   stable/7/lib/libc/locale/isgraph.3
 Directory Properties:
   stable/7/lib/libc/   (props changed)
 
 Modified: stable/7/lib/libc/locale/isgraph.3
 ==============================================================================
 --- stable/7/lib/libc/locale/isgraph.3	Thu Dec 24 20:35:01 2009	(r200962)
 +++ stable/7/lib/libc/locale/isgraph.3	Thu Dec 24 20:35:41 2009	(r200963)
 @@ -50,7 +50,7 @@ The
  function tests for any printing character except space
  .Pq Ql "\ "
  and other
 -locale specific space-like characters.
 +locale-specific space-like characters.
  The value of the argument must be representable as an
  .Vt "unsigned char"
  or the value of
 _______________________________________________
 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/140455: commit references a PR
Date: Thu, 24 Dec 2009 20:36:46 +0000 (UTC)

 Author: roam (doc,ports committer)
 Date: Thu Dec 24 20:36:37 2009
 New Revision: 200964
 URL: http://svn.freebsd.org/changeset/base/200964
 
 Log:
   MFC r199244:
     Fix the grammar in the isgraph(3) description, almost as per the PR.
   
     PR:           140455
     Submitted by: Jeremy Huddleston <jeremyhu@apple.com>
 
 Modified:
   stable/6/lib/libc/locale/isgraph.3
 Directory Properties:
   stable/6/lib/libc/   (props changed)
 
 Modified: stable/6/lib/libc/locale/isgraph.3
 ==============================================================================
 --- stable/6/lib/libc/locale/isgraph.3	Thu Dec 24 20:35:41 2009	(r200963)
 +++ stable/6/lib/libc/locale/isgraph.3	Thu Dec 24 20:36:37 2009	(r200964)
 @@ -54,7 +54,7 @@ The
  function tests for any printing character except space
  .Pq Ql "\ "
  and other
 -locale specific space-like characters.
 +locale-specific space-like characters.
  For single C
  .Va char Ns s
  locales (see
 _______________________________________________
 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:
