diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2002-08-05 10:48:05 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2002-08-05 10:48:05 +0000 |
| commit | 15c57797bb7dc0fb19f0a3e4b2302d824ed04cef (patch) | |
| tree | 1fea7a27b7aa7cd19d019480042a8d37f50c2854 /lib/libc | |
| parent | 6b44a04d1ccaa7cdab6c3fe4945b45d734de24e9 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/locale/towlower.3 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libc/locale/towlower.3 b/lib/libc/locale/towlower.3 index 9538f199142a..a388a788c768 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 . |
