mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Replaced bogus cross references by the usual one for the ctype family
(ctype(3)).
This commit is contained in:
parent
87e0032026
commit
afac94af5c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=89259
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user