From nobody@FreeBSD.org  Tue Nov 10 21:54:08 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 10802106568D
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 10 Nov 2009 21:54:08 +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 DB4B18FC08
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 10 Nov 2009 21:54:07 +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 nAALs77Z053855
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 10 Nov 2009 21:54:07 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id nAALs75W053847;
	Tue, 10 Nov 2009 21:54:07 GMT
	(envelope-from nobody)
Message-Id: <200911102154.nAALs75W053847@www.freebsd.org>
Date: Tue, 10 Nov 2009 21:54:07 GMT
From: Jeremy Huddleston <Jeremyhu@apple.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Grammar fix for to{upper,lower}(3)
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         140458
>Category:       docs
>Synopsis:       [patch] Grammar fix for to{upper,lower}(3)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bcr
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 10 22:00:11 UTC 2009
>Closed-Date:    Fri Jul 30 17:01:49 UTC 2010
>Last-Modified:  Fri Jul 30 17:01:49 UTC 2010
>Originator:     Jeremy Huddleston
>Release:        8.0
>Organization:
Apple
>Environment:
NA
>Description:
Grammar fix for toupper and tolower in src/lib/libc/locale
>How-To-Repeat:

>Fix:
-one; otherwise the argument is returned unchanged.
+one; otherwise, the argument is returned unchanged.


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

http://www.freebsd.org/cgi/query-pr.cgi?pr=140458 
Responsible-Changed-From-To: freebsd-doc->bcr 
Responsible-Changed-By: bcr 
Responsible-Changed-When: Sat Jul 24 22:29:53 UTC 2010 
Responsible-Changed-Why:  
I will fix this. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/140458: commit references a PR
Date: Sun, 25 Jul 2010 13:32:33 +0000 (UTC)

 Author: bcr (doc committer)
 Date: Sun Jul 25 13:32:19 2010
 New Revision: 210468
 URL: http://svn.freebsd.org/changeset/base/210468
 
 Log:
   Apply a small grammar fix to {toupper,tolower}(3).
   
   PR:		docs/140458
   Submitted by:	Jeremy Huddleston (Jeremyhu at apple dot com)
   MFC after:	5 days
 
 Modified:
   head/lib/libc/locale/tolower.3
   head/lib/libc/locale/toupper.3
 
 Modified: head/lib/libc/locale/tolower.3
 ==============================================================================
 --- head/lib/libc/locale/tolower.3	Sun Jul 25 11:53:32 2010	(r210467)
 +++ head/lib/libc/locale/tolower.3	Sun Jul 25 13:32:19 2010	(r210468)
 @@ -32,7 +32,7 @@
  .\"	@(#)tolower.3	8.1 (Berkeley) 6/4/93
  .\" $FreeBSD$
  .\"
 -.Dd July 17, 2005
 +.Dd July 25, 2010
  .Dt TOLOWER 3
  .Os
  .Sh NAME
 @@ -57,7 +57,7 @@ or the value of
  If the argument is an upper-case letter, the
  .Fn tolower
  function returns the corresponding lower-case letter if there is
 -one; otherwise the argument is returned unchanged.
 +one; otherwise, the argument is returned unchanged.
  .Sh COMPATIBILITY
  The
  .Bx 4.4
 
 Modified: head/lib/libc/locale/toupper.3
 ==============================================================================
 --- head/lib/libc/locale/toupper.3	Sun Jul 25 11:53:32 2010	(r210467)
 +++ head/lib/libc/locale/toupper.3	Sun Jul 25 13:32:19 2010	(r210468)
 @@ -32,7 +32,7 @@
  .\"	@(#)toupper.3	8.1 (Berkeley) 6/4/93
  .\" $FreeBSD$
  .\"
 -.Dd July 17, 2005
 +.Dd July 25, 2010
  .Dt TOUPPER 3
  .Os
  .Sh NAME
 @@ -57,7 +57,7 @@ or the value of
  If the argument is a lower-case letter, the
  .Fn toupper
  function returns the corresponding upper-case letter if there is
 -one; otherwise the argument is returned unchanged.
 +one; otherwise, the argument is returned unchanged.
  .Sh COMPATIBILITY
  The
  .Bx 4.4
 _______________________________________________
 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: open->patched 
State-Changed-By: bcr 
State-Changed-When: Sun Jul 25 13:45:35 UTC 2010 
State-Changed-Why:  
A patch was committed to HEAD. The MFC is pending,  
so leave it in patched state until then. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/140458: commit references a PR
Date: Fri, 30 Jul 2010 16:27:59 +0000 (UTC)

 Author: bcr (doc committer)
 Date: Fri Jul 30 16:27:41 2010
 New Revision: 210660
 URL: http://svn.freebsd.org/changeset/base/210660
 
 Log:
   MFC r210468:
   
   Apply a small grammar fix to {toupper,tolower}(3).
   
   PR:             docs/140458
   Submitted by:   Jeremy Huddleston (Jeremyhu at apple dot com)
 
 Modified:
   stable/8/lib/libc/locale/tolower.3
   stable/8/lib/libc/locale/toupper.3
 Directory Properties:
   stable/8/lib/libc/locale/   (props changed)
 
 Modified: stable/8/lib/libc/locale/tolower.3
 ==============================================================================
 --- stable/8/lib/libc/locale/tolower.3	Fri Jul 30 16:23:45 2010	(r210659)
 +++ stable/8/lib/libc/locale/tolower.3	Fri Jul 30 16:27:41 2010	(r210660)
 @@ -32,7 +32,7 @@
  .\"	@(#)tolower.3	8.1 (Berkeley) 6/4/93
  .\" $FreeBSD$
  .\"
 -.Dd July 17, 2005
 +.Dd July 25, 2010
  .Dt TOLOWER 3
  .Os
  .Sh NAME
 @@ -57,7 +57,7 @@ or the value of
  If the argument is an upper-case letter, the
  .Fn tolower
  function returns the corresponding lower-case letter if there is
 -one; otherwise the argument is returned unchanged.
 +one; otherwise, the argument is returned unchanged.
  .Sh COMPATIBILITY
  The
  .Bx 4.4
 
 Modified: stable/8/lib/libc/locale/toupper.3
 ==============================================================================
 --- stable/8/lib/libc/locale/toupper.3	Fri Jul 30 16:23:45 2010	(r210659)
 +++ stable/8/lib/libc/locale/toupper.3	Fri Jul 30 16:27:41 2010	(r210660)
 @@ -32,7 +32,7 @@
  .\"	@(#)toupper.3	8.1 (Berkeley) 6/4/93
  .\" $FreeBSD$
  .\"
 -.Dd July 17, 2005
 +.Dd July 25, 2010
  .Dt TOUPPER 3
  .Os
  .Sh NAME
 @@ -57,7 +57,7 @@ or the value of
  If the argument is a lower-case letter, the
  .Fn toupper
  function returns the corresponding upper-case letter if there is
 -one; otherwise the argument is returned unchanged.
 +one; otherwise, the argument is returned unchanged.
  .Sh COMPATIBILITY
  The
  .Bx 4.4
 _______________________________________________
 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: bcr 
State-Changed-When: Fri Jul 30 17:00:16 UTC 2010 
State-Changed-Why:  
MFC is done, PR closed. Thanks for reporting it! 

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