From nobody@FreeBSD.org  Tue Nov 10 22:15:00 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 76B0E1065679
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 10 Nov 2009 22:15:00 +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 668108FC1D
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 10 Nov 2009 22:15:00 +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 nAAMF0Eg073676
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 10 Nov 2009 22:15:00 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id nAAMF0kH073675;
	Tue, 10 Nov 2009 22:15:00 GMT
	(envelope-from nobody)
Message-Id: <200911102215.nAAMF0kH073675@www.freebsd.org>
Date: Tue, 10 Nov 2009 22:15:00 GMT
From: Jeremy Huddleston <Jeremyhu@apple.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Grammar fix for nl_langinfo(3)
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         140459
>Category:       docs
>Synopsis:       [patch] Grammar fix for nl_langinfo(3)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    brueffer
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 10 22:20:02 UTC 2009
>Closed-Date:    Mon Nov 23 10:46:23 CET 2009
>Last-Modified:  Mon Nov 23 10:46:23 CET 2009
>Originator:     Jeremy Huddleston
>Release:        8.0
>Organization:
Apple
>Environment:
NA
>Description:
Grammar fix for toupper and nl_langinfo in src/lib/libc/locale
>How-To-Repeat:

>Fix:
--- nl_langinfo.3.bsdnew	2009-11-10 13:13:11.000000000 -0800
+++ nl_langinfo.3	2009-11-10 14:13:43.000000000 -0800
@@ -53,7 +63,7 @@ with a category corresponding to the cat
 or to the
 category
 .Dv LC_ALL ,
-may overwrite buffer pointed by the return value.
+may overwrite the buffer pointed to by the return value.
 .Sh RETURN VALUES
 In a locale where langinfo data is not defined,
 .Fn nl_langinfo


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

http://www.freebsd.org/cgi/query-pr.cgi?pr=140459 
State-Changed-From-To: open->patched 
State-Changed-By: brueffer 
State-Changed-When: Mon Nov 16 15:33:41 CET 2009 
State-Changed-Why:  
Committed, thanks! 


Responsible-Changed-From-To: freebsd-doc->brueffer 
Responsible-Changed-By: brueffer 
Responsible-Changed-When: Mon Nov 16 15:33:41 CET 2009 
Responsible-Changed-Why:  
MFC reminder. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/140459: commit references a PR
Date: Mon, 16 Nov 2009 14:33:39 +0000 (UTC)

 Author: brueffer
 Date: Mon Nov 16 14:33:31 2009
 New Revision: 199320
 URL: http://svn.freebsd.org/changeset/base/199320
 
 Log:
   Fix grammar.
   
   PR:		140459
   Submitted by:	Jeremy Huddleston <Jeremyhu@apple.com>
   MFC after:	1 week
 
 Modified:
   head/lib/libc/locale/nl_langinfo.3
 
 Modified: head/lib/libc/locale/nl_langinfo.3
 ==============================================================================
 --- head/lib/libc/locale/nl_langinfo.3	Mon Nov 16 10:53:04 2009	(r199319)
 +++ head/lib/libc/locale/nl_langinfo.3	Mon Nov 16 14:33:31 2009	(r199320)
 @@ -53,7 +53,7 @@ with a category corresponding to the cat
  or to the
  category
  .Dv LC_ALL ,
 -may overwrite buffer pointed by the return value.
 +may overwrite the buffer pointed to by the return value.
  .Sh RETURN VALUES
  In a locale where langinfo data is not defined,
  .Fn nl_langinfo
 _______________________________________________
 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: brueffer 
State-Changed-When: Mon Nov 23 10:46:09 CET 2009 
State-Changed-Why:  
MFCs done. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=140459 
>Unformatted:
