summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2002-08-05 10:48:05 +0000
committertjr <tjr@FreeBSD.org>2002-08-05 10:48:05 +0000
commit780474c4a7c689c6d190f5d0733f2c8759f0a358 (patch)
tree1fea7a27b7aa7cd19d019480042a8d37f50c2854
parent5b91013415024d9e7af6aa6fd5fe8e147d26d868 (diff)
downloadFreeBSD-src-780474c4a7c689c6d190f5d0733f2c8759f0a358.zip
FreeBSD-src-780474c4a7c689c6d190f5d0733f2c8759f0a358.tar.gz
Use the In macro instead of Fd. Add crossref to wctrans(3). Refer to
1003.1-2001 in STANDARDS section.
-rw-r--r--lib/libc/locale/towlower.37
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libc/locale/towlower.3 b/lib/libc/locale/towlower.3
index 9538f19..a388a78 100644
--- a/lib/libc/locale/towlower.3
+++ b/lib/libc/locale/towlower.3
@@ -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 .
OpenPOWER on IntegriCloud