]> git.saurik.com Git - apple/libc.git/blobdiff - locale/FreeBSD/towlower.3.patch
Libc-498.tar.gz
[apple/libc.git] / locale / FreeBSD / towlower.3.patch
index 82be366503677cb5f2c1db66c8c967d291d97c0e..dbb16e9774933a3eaa078421a46c6704493577dd 100644 (file)
@@ -1,6 +1,6 @@
---- towlower.3.orig    Fri Mar 11 19:44:47 2005
-+++ towlower.3 Fri Mar 11 19:50:47 2005
-@@ -40,7 +40,8 @@
+--- _SB/Libc/locale/FreeBSD/towlower.3 2003-05-20 15:21:44.000000000 -0700
++++ _SB/Libc/locale/FreeBSD/towlower.3.edit    2006-06-28 16:55:51.000000000 -0700
+@@ -40,29 +40,48 @@
  .Dt TOWLOWER 3
  .Os
  .Sh NAME
  .Dt TOWLOWER 3
  .Os
  .Sh NAME
  .Nd "upper case to lower case letter conversion (wide character version)"
  .Sh LIBRARY
  .Lb libc
  .Nd "upper case to lower case letter conversion (wide character version)"
  .Sh LIBRARY
  .Lb libc
-@@ -48,11 +49,22 @@
+ .Sh SYNOPSIS
  .In wctype.h
  .Ft wint_t
  .In wctype.h
  .Ft wint_t
- .Fn towlower "wint_t wc"
+-.Fn towlower "wint_t wc"
++.Fo towlower
++.Fa "wint_t wc"
++.Fc
++.In wctype.h
 +.In xlocale.h
 +.Ft wint_t
 +.In xlocale.h
 +.Ft wint_t
-+.Fn towlower_l "wint_t wc" "locale_t loc"
++.Fo towlower_l
++.Fa "wint_t wc"
++.Fa "locale_t loc"
++.Fc
  .Sh DESCRIPTION
  The
  .Fn towlower
  function converts an upper-case letter to the corresponding lower-case
  letter.
 +.Pp
  .Sh DESCRIPTION
  The
  .Fn towlower
  function converts an upper-case letter to the corresponding lower-case
  letter.
 +.Pp
-+While the
++Although the
 +.Fn towlower
 +function uses the current locale, the
 +.Fn towlower_l
 +.Fn towlower
 +function uses the current locale, the
 +.Fn towlower_l
  .Sh RETURN VALUES
  If the argument is an upper-case letter, the
  .Fn towlower
  .Sh RETURN VALUES
  If the argument is an upper-case letter, the
  .Fn towlower
-@@ -62,7 +74,8 @@
+ function returns the corresponding lower-case letter if there is
+-one; otherwise the argument is returned unchanged.
++one; otherwise, the argument is returned unchanged.
+ .Sh SEE ALSO
  .Xr iswlower 3 ,
  .Xr tolower 3 ,
  .Xr towupper 3 ,
  .Xr iswlower 3 ,
  .Xr tolower 3 ,
  .Xr towupper 3 ,