From nobody@FreeBSD.org  Tue Nov 10 21:29:58 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 0D0FF1065692
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 10 Nov 2009 21:29:58 +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 F10658FC1C
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 10 Nov 2009 21:29:57 +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 nAALTvqw037976
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 10 Nov 2009 21:29:57 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id nAALTvdb037975;
	Tue, 10 Nov 2009 21:29:57 GMT
	(envelope-from nobody)
Message-Id: <200911102129.nAALTvdb037975@www.freebsd.org>
Date: Tue, 10 Nov 2009 21:29:57 GMT
From: Jeremy Huddleston <jeremyhu@apple.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: isblank(3) man-page grammar edit
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         140454
>Category:       docs
>Synopsis:       isblank(3) man-page grammar edit
>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:40:01 UTC 2009
>Closed-Date:    Wed Nov 25 11:19:20 UTC 2009
>Last-Modified:  Wed Nov 25 11:20:04 UTC 2009
>Originator:     Jeremy Huddleston
>Release:        8.0
>Organization:
Apple
>Environment:
N/A
>Description:
src/lib/libc/locale/isblank.3 has a minor grammar bug


>How-To-Repeat:

>Fix:
--- isblank.3.bsdnew	2009-11-10 13:13:10.000000000 -0800
+++ isblank.3	2009-11-10 13:26:04.000000000 -0800
@@ -50,9 +50,9 @@ For any locale, this includes the follow
 .It "\&``\et''\t`` ''"
 .El
 .Pp
-In the "C" locale
+In the "C" locale,
 .Fn isblank
-successful test is limited to this characters only.
+successful test is limited to these characters only.
 The value of the argument must be representable as an
 .Vt "unsigned char"
 or the value of


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

http://www.freebsd.org/cgi/query-pr.cgi?pr=140454 
State-Changed-From-To: open->patched 
State-Changed-By: roam 
State-Changed-When: Wed Nov 11 11:31:21 UTC 2009 
State-Changed-Why:  
I've committed a similar change to -CURRENT, will merge it in two weeks. 
Thanks for spotting this! 


Responsible-Changed-From-To: freebsd-doc->roam 
Responsible-Changed-By: roam 
Responsible-Changed-When: Wed Nov 11 11:31:21 UTC 2009 
Responsible-Changed-Why:  
MFC reminder. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: misc/140454: commit references a PR
Date: Wed, 11 Nov 2009 11:31:13 +0000 (UTC)

 Author: roam (doc,ports committer)
 Date: Wed Nov 11 11:31:02 2009
 New Revision: 199180
 URL: http://svn.freebsd.org/changeset/base/199180
 
 Log:
   Fix the grammar as in the PR, and then some.
   
   PR:		140454
   Submitted by:	Jeremy Huddleston <jeremyhu@apple.com>
   MFC after:	2 weeks
 
 Modified:
   head/lib/libc/locale/isblank.3
 
 Modified: head/lib/libc/locale/isblank.3
 ==============================================================================
 --- head/lib/libc/locale/isblank.3	Wed Nov 11 11:24:02 2009	(r199179)
 +++ head/lib/libc/locale/isblank.3	Wed Nov 11 11:31:02 2009	(r199180)
 @@ -50,9 +50,9 @@ For any locale, this includes the follow
  .It "\&``\et''\t`` ''"
  .El
  .Pp
 -In the "C" locale
 +In the "C" locale, a successful
  .Fn isblank
 -successful test is limited to this characters only.
 +test is limited to these characters only.
  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/140454: commit references a PR
Date: Wed, 25 Nov 2009 10:52:16 +0000 (UTC)

 Author: roam (doc,ports committer)
 Date: Wed Nov 25 10:52:07 2009
 New Revision: 199791
 URL: http://svn.freebsd.org/changeset/base/199791
 
 Log:
   Merge rev. 199180 to 8.x-STABLE, the change to isblank(3):
   Fix the grammar as in the PR, and then some.
   
   PR:             140454
   Submitted by:   Jeremy Huddleston <jeremyhu@apple.com>
 
 Modified:
   stable/8/lib/libc/locale/isblank.3
 Directory Properties:
   stable/8/lib/libc/   (props changed)
   stable/8/lib/libc/stdtime/   (props changed)
 
 Modified: stable/8/lib/libc/locale/isblank.3
 ==============================================================================
 --- stable/8/lib/libc/locale/isblank.3	Wed Nov 25 10:43:03 2009	(r199790)
 +++ stable/8/lib/libc/locale/isblank.3	Wed Nov 25 10:52:07 2009	(r199791)
 @@ -50,9 +50,9 @@ For any locale, this includes the follow
  .It "\&``\et''\t`` ''"
  .El
  .Pp
 -In the "C" locale
 +In the "C" locale, a successful
  .Fn isblank
 -successful test is limited to this characters only.
 +test is limited to these characters only.
  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: Wed Nov 25 11:18:17 UTC 2009 
State-Changed-Why:  
I have merged the change to FreeBSD 6.x-, 7.x-, and 8.x-STABLE. 
Once again, thanks for your efforts to improve FreeBSD! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/140454: commit references a PR
Date: Wed, 25 Nov 2009 11:16:51 +0000 (UTC)

 Author: roam (doc,ports committer)
 Date: Wed Nov 25 11:16:39 2009
 New Revision: 199794
 URL: http://svn.freebsd.org/changeset/base/199794
 
 Log:
   Merge rev. 199180 to 7.x-STABLE, the change to isblank(3):
   Fix the grammar as in the PR, and then some.
   
   PR:             140454
   Submitted by:   Jeremy Huddleston <jeremyhu@apple.com>
 
 Modified:
   stable/7/lib/libc/locale/isblank.3
 Directory Properties:
   stable/7/lib/libc/   (props changed)
 
 Modified: stable/7/lib/libc/locale/isblank.3
 ==============================================================================
 --- stable/7/lib/libc/locale/isblank.3	Wed Nov 25 10:56:50 2009	(r199793)
 +++ stable/7/lib/libc/locale/isblank.3	Wed Nov 25 11:16:39 2009	(r199794)
 @@ -50,9 +50,9 @@ For any locale, this includes the follow
  .It "\&``\et''\t`` ''"
  .El
  .Pp
 -In the "C" locale
 +In the "C" locale, a successful
  .Fn isblank
 -successful test is limited to this characters only.
 +test is limited to these characters only.
  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/140454: commit references a PR
Date: Wed, 25 Nov 2009 11:17:46 +0000 (UTC)

 Author: roam (doc,ports committer)
 Date: Wed Nov 25 11:17:28 2009
 New Revision: 199795
 URL: http://svn.freebsd.org/changeset/base/199795
 
 Log:
   Merge rev. 199180 to 8.x-STABLE, the change to isblank(3):
   Fix the grammar as in the PR, and then some.
   
   PR:             140454
   Submitted by:   Jeremy Huddleston <jeremyhu@apple.com>
 
 Modified:
   stable/6/lib/libc/locale/isblank.3
 Directory Properties:
   stable/6/lib/libc/   (props changed)
 
 Modified: stable/6/lib/libc/locale/isblank.3
 ==============================================================================
 --- stable/6/lib/libc/locale/isblank.3	Wed Nov 25 11:16:39 2009	(r199794)
 +++ stable/6/lib/libc/locale/isblank.3	Wed Nov 25 11:17:28 2009	(r199795)
 @@ -54,9 +54,9 @@ For any locale, this includes the follow
  .It "\&``\et''\t`` ''"
  .El
  .Pp
 -In the "C" locale
 +In the "C" locale, a successful
  .Fn isblank
 -successful test is limited to this characters only.
 +test is limited to these characters only.
  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:
