diff options
| author | Tim Vanderhoek <hoek@FreeBSD.org> | 1999-12-28 14:10:21 +0000 |
|---|---|---|
| committer | Tim Vanderhoek <hoek@FreeBSD.org> | 1999-12-28 14:10:21 +0000 |
| commit | b91cc296c80c695b5075f64b6ba97e5e1ba27167 (patch) | |
| tree | 84491e8f9578f0ae4dfc4b42ac20947cad5b4a50 /lib/libc | |
| parent | c7986155e04855e7a51dabb3d2a869dfcacab05b (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/locale/islower.3 | 1 | ||||
| -rw-r--r-- | lib/libc/locale/isupper.3 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/locale/islower.3 b/lib/libc/locale/islower.3 index 019e612d8383..b2cca524dd27 100644 --- a/lib/libc/locale/islower.3 +++ b/lib/libc/locale/islower.3 @@ -67,6 +67,7 @@ function returns zero if the character tests false and returns non-zero if the character tests true. .Sh SEE ALSO .Xr ctype 3 , +.Xr tolower 3 , .Xr ascii 7 .Sh STANDARDS The diff --git a/lib/libc/locale/isupper.3 b/lib/libc/locale/isupper.3 index 7d09f4423032..77b76befdca5 100644 --- a/lib/libc/locale/isupper.3 +++ b/lib/libc/locale/isupper.3 @@ -67,6 +67,7 @@ function returns zero if the character tests false and returns non-zero if the character tests true. .Sh SEE ALSO .Xr ctype 3 , +.Xr toupper 3 , .Xr ascii 7 .Sh STANDARDS The |
