1 --- _SB/Libc/locale/FreeBSD/towupper.3 2003-05-20 15:21:44.000000000 -0700
2 +++ _SB/Libc/locale/FreeBSD/towupper.3.edit 2006-06-28 16:55:51.000000000 -0700
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.