1 --- toupper.3.bsdnew 2009-11-10 13:13:11.000000000 -0800
2 +++ toupper.3 2009-11-10 13:52:49.000000000 -0800
10 .Nd lower case to upper case letter conversion
30 @@ -53,11 +63,19 @@ The argument must be representable as an
37 +function uses the current locale, the
39 +function may be passed a locale directly. See
41 +for more information.
43 If the argument is a lower-case letter, the
45 function returns the corresponding upper-case letter if there is
46 -one; otherwise the argument is returned unchanged.
47 +one; otherwise, the argument is returned unchanged.
51 @@ -71,7 +89,8 @@ function should be used instead.