1 --- towlower.3.orig Fri Mar 11 19:44:47 2005
2 +++ towlower.3 Fri Mar 11 19:50:47 2005
10 .Nd "upper case to lower case letter conversion (wide character version)"
16 .Fn towlower "wint_t wc"
19 +.Fn towlower_l "wint_t wc" "locale_t loc"
23 function converts an upper-case letter to the corresponding lower-case
28 +function uses the current locale, the
30 +function may be passed a locale directly. See
32 +for more information.
34 If the argument is an upper-case letter, the