diff options
Diffstat (limited to 'lib/libc/locale/tolower.3')
-rw-r--r-- | lib/libc/locale/tolower.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/locale/tolower.3 b/lib/libc/locale/tolower.3 index fce37fd..a5cb819 100644 --- a/lib/libc/locale/tolower.3 +++ b/lib/libc/locale/tolower.3 @@ -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 |