From b91cc296c80c695b5075f64b6ba97e5e1ba27167 Mon Sep 17 00:00:00 2001 From: Tim Vanderhoek Date: Tue, 28 Dec 1999 14:10:21 +0000 Subject: [PATCH] Add .Xrefs to tolower.3 and toupper.3, respectively. --- lib/libc/locale/islower.3 | 1 + lib/libc/locale/isupper.3 | 1 + 2 files changed, 2 insertions(+) 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