diff options
| author | Alexey Zelkin <phantom@FreeBSD.org> | 1999-12-14 10:40:46 +0000 |
|---|---|---|
| committer | Alexey Zelkin <phantom@FreeBSD.org> | 1999-12-14 10:40:46 +0000 |
| commit | a1e3eba1e60809385f4b0b483797fd31beb1f2ba (patch) | |
| tree | b2ce503cc2df3e0c0841cab698d50b7fa281e422 /lib/libc | |
| parent | ceb735f913ac9b466d22211569c70b24b6400c16 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/locale/ctype.3 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/lib/libc/locale/ctype.3 b/lib/libc/locale/ctype.3 index 1493cc3bbe12..aba1d3492340 100644 --- a/lib/libc/locale/ctype.3 +++ b/lib/libc/locale/ctype.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ctype.3 8.1 (Berkeley) 6/4/93 +.\" $FreeBSD$ .\" .Dd June 4, 1993 .Dt CTYPE 3 @@ -111,9 +112,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 |
