diff options
author | hoek <hoek@FreeBSD.org> | 1999-12-28 14:10:21 +0000 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1999-12-28 14:10:21 +0000 |
commit | e4beaa24b29347849b4a8aa495c8b7a243a9716a (patch) | |
tree | 50ddc5ecb8ec22e715de1a361f54ec3f89152659 /lib/libc | |
parent | fdfdda53b96f5c44d173d7f6d4bf59fe67c7ef30 (diff) | |
download | FreeBSD-src-e4beaa24b29347849b4a8aa495c8b7a243a9716a.zip FreeBSD-src-e4beaa24b29347849b4a8aa495c8b7a243a9716a.tar.gz |
Add .Xrefs to tolower.3 and toupper.3, respectively.
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 019e612..b2cca52 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 7d09f44..77b76be 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 |