1 --- towupper.3.orig 2009-11-09 15:05:25.000000000 -0800
2 +++ towupper.3 2009-11-09 15:05:26.000000000 -0800
10 .Nd "lower case to upper case letter conversion (wide character version)"
16 -.Fn towupper "wint_t wc"
30 function converts a lower-case letter to the corresponding
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 a lower-case letter, the
43 function returns the corresponding upper-case letter if there is
44 -one; otherwise the argument is returned unchanged.
45 +one; otherwise, the argument is returned unchanged.