summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorAlexey Zelkin <phantom@FreeBSD.org>1999-12-14 10:35:09 +0000
committerAlexey Zelkin <phantom@FreeBSD.org>1999-12-14 10:35:09 +0000
commit2835cc3b12e4c7eb392cba00cb9b561f5acc91f6 (patch)
tree38e2886481413987f299310b8386b2e67ec76150 /lib/libc
parentdbdfe960cbc5d54476fe527e33ee5b1da349f4e2 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/locale/ctype.310
1 files changed, 8 insertions, 2 deletions
diff --git a/lib/libc/locale/ctype.3 b/lib/libc/locale/ctype.3
index 95f234e2493e..ba7143bbdeec 100644
--- a/lib/libc/locale/ctype.3
+++ b/lib/libc/locale/ctype.3
@@ -130,9 +130,15 @@ See the specific manual pages for more information.
.Xr ascii 7
.Sh STANDARDS
These functions, except for
+.Fn digittoint ,
+.Fn isascii ,
.Fn isblank ,
-.Fn toupper ,
-.Fn tolower
+.Fn ishexnumber ,
+.Fn isideogram ,
+.Fn isnumber ,
+.Fn isphonogram ,
+.Fn isrune ,
+.Fn isspecial
and
.Fn toascii ,
conform to