Date: Sun, 25 Jul 2010 13:32:19 +0000 (UTC) From: Benedict Reuschling <bcr@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r210468 - head/lib/libc/locale Message-ID: <201007251332.o6PDWJfE059451@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007251332.o6PDWJfE059451>