diff options
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/locale/ctype.3 | 10 |
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 |
