Add cross-references to isideogram(3), isphonogram(3), isrune(3),

isspecial(3) and wctype(3).
This commit is contained in:
tjr 2004-03-30 08:11:57 +00:00
parent 65288b6c92
commit f9b9ab8e04

View File

@ -32,7 +32,7 @@
.\" @(#)ctype.3 8.1 (Berkeley) 6/4/93 .\" @(#)ctype.3 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd June 4, 1993 .Dd March 30, 2004
.Dt CTYPE 3 .Dt CTYPE 3
.Os .Os
.Sh NAME .Sh NAME
@ -124,15 +124,20 @@ See the specific manual pages for more information.
.Xr iscntrl 3 , .Xr iscntrl 3 ,
.Xr isdigit 3 , .Xr isdigit 3 ,
.Xr isgraph 3 , .Xr isgraph 3 ,
.Xr isideogram 3 ,
.Xr islower 3 , .Xr islower 3 ,
.Xr isrune 3 ,
.Xr isphonogram 3 ,
.Xr isprint 3 , .Xr isprint 3 ,
.Xr ispunct 3 , .Xr ispunct 3 ,
.Xr isspace 3 , .Xr isspace 3 ,
.Xr isspecial 3 ,
.Xr isupper 3 , .Xr isupper 3 ,
.Xr isxdigit 3 , .Xr isxdigit 3 ,
.Xr toascii 3 , .Xr toascii 3 ,
.Xr tolower 3 , .Xr tolower 3 ,
.Xr toupper 3 , .Xr toupper 3 ,
.Xr wctype 3 ,
.Xr ascii 7 .Xr ascii 7
.Sh STANDARDS .Sh STANDARDS
These functions, except for These functions, except for