1 --- _SB/Libc/locale/FreeBSD/towlower.3 2003-05-20 15:21:44.000000000 -0700
2 +++ _SB/Libc/locale/FreeBSD/towlower.3.edit 2006-06-28 16:55:51.000000000 -0700
10 .Nd "upper case to lower case letter conversion (wide character version)"
16 -.Fn towlower "wint_t wc"
30 function converts an upper-case letter to the corresponding lower-case
35 +function uses the current locale, the
37 +function may be passed a locale directly. See
39 +for more information.
41 If the argument is an upper-case letter, the
43 function returns the corresponding lower-case letter if there is
44 -one; otherwise the argument is returned unchanged.
45 +one; otherwise, the argument is returned unchanged.