X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/c957a83bde4df2e2d3d1ed0963656856b48ef0a0..224c70764cab4e0e39a26aaf3ad3016552f62f55:/locale/FreeBSD/towupper.3.patch?ds=sidebyside diff --git a/locale/FreeBSD/towupper.3.patch b/locale/FreeBSD/towupper.3.patch index 620aae6..8882d1a 100644 --- a/locale/FreeBSD/towupper.3.patch +++ b/locale/FreeBSD/towupper.3.patch @@ -1,6 +1,6 @@ ---- towupper.3.orig Fri Mar 11 19:44:47 2005 -+++ towupper.3 Fri Mar 11 19:50:09 2005 -@@ -40,7 +40,8 @@ +--- _SB/Libc/locale/FreeBSD/towupper.3 2003-05-20 15:21:44.000000000 -0700 ++++ _SB/Libc/locale/FreeBSD/towupper.3.edit 2006-06-28 16:55:51.000000000 -0700 +@@ -40,29 +40,48 @@ .Dt TOWUPPER 3 .Os .Sh NAME @@ -10,20 +10,27 @@ .Nd "lower case to upper case letter conversion (wide character version)" .Sh LIBRARY .Lb libc -@@ -48,11 +49,22 @@ + .Sh SYNOPSIS .In wctype.h .Ft wint_t - .Fn towupper "wint_t wc" +-.Fn towupper "wint_t wc" ++.Fo towupper ++.Fa "wint_t wc" ++.Fc ++.In wctype.h +.In xlocale.h +.Ft wint_t -+.Fn towupper_l "wint_t wc" "locale_t loc" ++.Fo towupper_l ++.Fa "wint_t wc" ++.Fa "locale_t loc" ++.Fc .Sh DESCRIPTION The .Fn towupper function converts a lower-case letter to the corresponding upper-case letter. +.Pp -+While the ++Although the +.Fn towupper +function uses the current locale, the +.Fn towupper_l @@ -33,7 +40,10 @@ .Sh RETURN VALUES If the argument is a lower-case letter, the .Fn towupper -@@ -62,7 +74,8 @@ + function returns the corresponding upper-case letter if there is +-one; otherwise the argument is returned unchanged. ++one; otherwise, the argument is returned unchanged. + .Sh SEE ALSO .Xr iswupper 3 , .Xr toupper 3 , .Xr towlower 3 ,