summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>1998-01-02 19:22:52 +0000
committeralex <alex@FreeBSD.org>1998-01-02 19:22:52 +0000
commit410918fc300e61fd74ff686b00e5aaf3cef61d35 (patch)
tree90a79edff65cd9bfad59a430e3b025b7fe31717b /lib/libc/locale
parentfbc0e8b9647f1f3a01615097c53348a47ec79c94 (diff)
downloadFreeBSD-src-410918fc300e61fd74ff686b00e5aaf3cef61d35.zip
FreeBSD-src-410918fc300e61fd74ff686b00e5aaf3cef61d35.tar.gz
Expanded cross references.
Diffstat (limited to 'lib/libc/locale')
-rw-r--r--lib/libc/locale/isalnum.32
-rw-r--r--lib/libc/locale/isalpha.32
-rw-r--r--lib/libc/locale/setlocale.31
3 files changed, 5 insertions, 0 deletions
diff --git a/lib/libc/locale/isalnum.3 b/lib/libc/locale/isalnum.3
index 5c37978..67e1e85 100644
--- a/lib/libc/locale/isalnum.3
+++ b/lib/libc/locale/isalnum.3
@@ -77,6 +77,8 @@ function returns zero if the character tests false and
returns non-zero if the character tests true.
.Sh SEE ALSO
.Xr ctype 3 ,
+.Xr isalpha 3 ,
+.Xr isdigit 3 ,
.Xr ascii 7
.Sh STANDARDS
The
diff --git a/lib/libc/locale/isalpha.3 b/lib/libc/locale/isalpha.3
index 23dd46b..a747d19 100644
--- a/lib/libc/locale/isalpha.3
+++ b/lib/libc/locale/isalpha.3
@@ -75,6 +75,8 @@ function returns zero if the character tests false and
returns non-zero if the character tests true.
.Sh SEE ALSO
.Xr ctype 3 ,
+.Xr islower 3 ,
+.Xr isupper 3 ,
.Xr ascii 7
.Sh STANDARDS
The
diff --git a/lib/libc/locale/setlocale.3 b/lib/libc/locale/setlocale.3
index 18ee80b..18db811 100644
--- a/lib/libc/locale/setlocale.3
+++ b/lib/libc/locale/setlocale.3
@@ -281,6 +281,7 @@ and the category
.Sh "SEE ALSO
.Xr colldef 1 ,
.Xr mklocale 1 ,
+.Xr ctype 3 ,
.Xr mbrune 3 ,
.Xr multibyte 3 ,
.Xr rune 3 ,
OpenPOWER on IntegriCloud