summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/toupper.3
diff options
context:
space:
mode:
authorbcr <bcr@FreeBSD.org>2010-07-25 13:32:19 +0000
committerbcr <bcr@FreeBSD.org>2010-07-25 13:32:19 +0000
commitf5f85a495154258f045a0f920607ff87ad8dfdca (patch)
tree42ccd18cc3cb75738dfb10f4e1ee15ad430d7e1e /lib/libc/locale/toupper.3
parentd83e26908bac284006be6783007c8a792b1af338 (diff)
downloadFreeBSD-src-f5f85a495154258f045a0f920607ff87ad8dfdca.zip
FreeBSD-src-f5f85a495154258f045a0f920607ff87ad8dfdca.tar.gz
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
Diffstat (limited to 'lib/libc/locale/toupper.3')
-rw-r--r--lib/libc/locale/toupper.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/locale/toupper.3 b/lib/libc/locale/toupper.3
index 3a3c7f8..0fd3cbb 100644
--- a/lib/libc/locale/toupper.3
+++ b/lib/libc/locale/toupper.3
@@ -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
OpenPOWER on IntegriCloud