From nobody@FreeBSD.org  Tue Nov 10 21:44:27 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 3560C106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 10 Nov 2009 21:44:27 +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 0B73F8FC18
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 10 Nov 2009 21:44:27 +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 nAALiQA3049801
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 10 Nov 2009 21:44:26 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id nAALiQHH049800;
	Tue, 10 Nov 2009 21:44:26 GMT
	(envelope-from nobody)
Message-Id: <200911102144.nAALiQHH049800@www.freebsd.org>
Date: Tue, 10 Nov 2009 21:44:26 GMT
From: Jeremy Huddleston <jeremyhu@apple.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Grammar fix for isprint(3)
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         140456
>Category:       docs
>Synopsis:       [patch] Grammar fix for isprint(3)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    roam
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 10 21:50:02 UTC 2009
>Closed-Date:    Mon Jun 06 20:49:48 UTC 2011
>Last-Modified:  Mon Jun  6 20:50:08 UTC 2011
>Originator:     Jeremy Huddleston
>Release:        8.0
>Organization:
Apple
>Environment:
NA
>Description:
Grammar fix for src/lib/libc/locale/isprint.3
>How-To-Repeat:

>Fix:
--- isprint.3.bsdnew	2009-11-10 13:13:10.000000000 -0800
+++ isprint.3	2009-11-10 13:43:20.000000000 -0800
@@ -47,7 +47,7 @@
 .Sh DESCRIPTION
 The
 .Fn isprint
-function tests for any printing character including space
+function tests for any printing character, including space
 .Pq Ql "\ " .
 The value of the argument must be representable as an
 .Vt "unsigned char"


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-doc 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Wed Nov 11 17:24:16 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer(s). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=140456 
State-Changed-From-To: open->patched 
State-Changed-By: roam 
State-Changed-When: Fri Nov 13 09:07:53 UTC 2009 
State-Changed-Why:  
I've committed your fix, will merge to stable in two weeks' time. 
Thanks for spotting this! 


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

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

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

 Author: roam (doc,ports committer)
 Date: Fri Nov 13 09:07:33 2009
 New Revision: 199245
 URL: http://svn.freebsd.org/changeset/base/199245
 
 Log:
   Fix the grammar in the isprint(3) description.
   
   PR:		140456
   Submitted by:	Jeremy Huddleston <jeremyhu@apple.com>
 
 Modified:
   head/lib/libc/locale/isprint.3
 
 Modified: head/lib/libc/locale/isprint.3
 ==============================================================================
 --- head/lib/libc/locale/isprint.3	Fri Nov 13 09:03:50 2009	(r199244)
 +++ head/lib/libc/locale/isprint.3	Fri Nov 13 09:07:33 2009	(r199245)
 @@ -47,7 +47,7 @@
  .Sh DESCRIPTION
  The
  .Fn isprint
 -function tests for any printing character including space
 +function tests for any printing character, including space
  .Pq Ql "\ " .
  The value of the argument must be representable as an
  .Vt "unsigned char"
 _______________________________________________
 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:49:25 UTC 2011 
State-Changed-Why:  
MFCd to stable/8 and stable/7. 


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

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

 Author: gjb (doc committer)
 Date: Mon Jun  6 20:48:36 2011
 New Revision: 222775
 URL: http://svn.freebsd.org/changeset/base/222775
 
 Log:
   MFC 199245 [1]:
   
   Fix the grammar in the isprint(3) description.
   
   PR:		140456
   Obtained from:	roam [1]
 
 Modified:
   stable/8/lib/libc/locale/isprint.3
 Directory Properties:
   stable/8/lib/libc/   (props changed)
   stable/8/lib/libc/stdtime/   (props changed)
 
 Modified: stable/8/lib/libc/locale/isprint.3
 ==============================================================================
 --- stable/8/lib/libc/locale/isprint.3	Mon Jun  6 20:28:19 2011	(r222774)
 +++ stable/8/lib/libc/locale/isprint.3	Mon Jun  6 20:48:36 2011	(r222775)
 @@ -47,7 +47,7 @@
  .Sh DESCRIPTION
  The
  .Fn isprint
 -function tests for any printing character including space
 +function tests for any printing character, including space
  .Pq Ql "\ " .
  The value of the argument must be representable as an
  .Vt "unsigned char"
 _______________________________________________
 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/140456: commit references a PR
Date: Mon,  6 Jun 2011 20:49:29 +0000 (UTC)

 Author: gjb (doc committer)
 Date: Mon Jun  6 20:49:16 2011
 New Revision: 222776
 URL: http://svn.freebsd.org/changeset/base/222776
 
 Log:
   MFC 199245 [1]:
   
   Fix the grammar in the isprint(3) description.
   
   PR:		140456
   Obtained from:	roam [1]
 
 Modified:
   stable/7/lib/libc/locale/isprint.3
 Directory Properties:
   stable/7/lib/libc/   (props changed)
   stable/7/lib/libc/stdtime/   (props changed)
 
 Modified: stable/7/lib/libc/locale/isprint.3
 ==============================================================================
 --- stable/7/lib/libc/locale/isprint.3	Mon Jun  6 20:48:36 2011	(r222775)
 +++ stable/7/lib/libc/locale/isprint.3	Mon Jun  6 20:49:16 2011	(r222776)
 @@ -47,7 +47,7 @@
  .Sh DESCRIPTION
  The
  .Fn isprint
 -function tests for any printing character including space
 +function tests for any printing character, including space
  .Pq Ql "\ " .
  The value of the argument must be representable as an
  .Vt "unsigned char"
 _______________________________________________
 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:
