Replaced bogus cross references by the usual one for the ctype family

(ctype(3)).
This commit is contained in:
Bruce Evans 2002-01-11 15:39:50 +00:00
parent 87e0032026
commit afac94af5c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=89259
2 changed files with 2 additions and 32 deletions

View File

@ -68,24 +68,9 @@ If the argument is an upper-case letter, the
function returns the corresponding lower-case letter if there is
one; otherwise the argument is returned unchanged.
.Sh SEE ALSO
.Xr digittoint 3 ,
.Xr isalnum 3 ,
.Xr isalpha 3 ,
.Xr isascii 3 ,
.Xr iscntrl 3 ,
.Xr isdigit 3 ,
.Xr isgraph 3 ,
.Xr ctype 3 ,
.Xr islower 3 ,
.Xr isprint 3 ,
.Xr ispunct 3 ,
.Xr isspace 3 ,
.Xr isupper 3 ,
.Xr isxdigit 3 ,
.Xr multibyte 3 ,
.Xr stdio 3 ,
.Xr toascii 3 ,
.Xr toupper 3 ,
.Xr ascii 7
.Sh STANDARDS
The
.Fn tolower

View File

@ -68,24 +68,9 @@ If the argument is a lower-case letter, the
function returns the corresponding upper-case letter if there is
one; otherwise the argument is returned unchanged.
.Sh SEE ALSO
.Xr digittoint 3 ,
.Xr isalnum 3 ,
.Xr isalpha 3 ,
.Xr isascii 3 ,
.Xr iscntrl 3 ,
.Xr isdigit 3 ,
.Xr isgraph 3 ,
.Xr islower 3 ,
.Xr isprint 3 ,
.Xr ispunct 3 ,
.Xr isspace 3 ,
.Xr ctype 3 ,
.Xr isupper 3 ,
.Xr isxdigit 3 ,
.Xr multibyte 3 ,
.Xr stdio 3 ,
.Xr toascii 3 ,
.Xr tolower 3 ,
.Xr ascii 7
.Sh STANDARDS
The
.Fn toupper