Use the In macro instead of Fd. Add crossref to wctrans(3). Refer to

1003.1-2001 in STANDARDS section.
This commit is contained in:
Tim J. Robbins 2002-08-05 10:48:05 +00:00
parent 6b44a04d1c
commit 15c57797bb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=101370

View File

@ -47,7 +47,7 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
.Fd #include \*[Lt]wctype.h\*[Gt]
.In wctype.h
.Ft wint_t
.Fn towlower "wint_t wc"
.Ft wint_t
@ -68,7 +68,8 @@ function returns the corresponding counterpart if there is
one; otherwise the argument is returned unchanged.
.Sh SEE ALSO
.Xr tolower 3 ,
.Xr toupper 3
.Xr toupper 3 ,
.Xr wctrans 3
.Sh STANDARDS
The functions conform to
.St -isoC99 .
.St -p1003.1-2001 .