diff options
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 |