diff options
| author | Benedict Reuschling <bcr@FreeBSD.org> | 2010-07-30 16:27:41 +0000 |
|---|---|---|
| committer | Benedict Reuschling <bcr@FreeBSD.org> | 2010-07-30 16:27:41 +0000 |
| commit | ee231049ccff53fc7b90875a2ad42fc7cbb604a2 (patch) | |
| tree | 18bb75779b81fc47efbf3da56cb2ef02a9fd90a7 /lib/libc | |
| parent | d0cc7500667b58d45d648033e0aafa613d64a51b (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/locale/tolower.3 | 4 | ||||
| -rw-r--r-- | lib/libc/locale/toupper.3 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/locale/tolower.3 b/lib/libc/locale/tolower.3 index fce37fdc5755..a5cb819d7b44 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 diff --git a/lib/libc/locale/toupper.3 b/lib/libc/locale/toupper.3 index 3a3c7f833688..0fd3cbb1a1b4 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 |
