diff options
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 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 . |