]> git.saurik.com Git - apple/libc.git/blobdiff - locale/FreeBSD/isdigit.3.patch
Libc-498.tar.gz
[apple/libc.git] / locale / FreeBSD / isdigit.3.patch
index bf5c2b37aa58ec6ae3d33c5d3ac562c12a7a1ea7..3545a7c3e4c738cbb60d93c33dea3adee9abd0cd 100644 (file)
@@ -1,12 +1,28 @@
---- isdigit.3.orig     Fri Mar 11 19:25:22 2005
-+++ isdigit.3  Fri Mar 11 19:27:06 2005
-@@ -98,7 +98,8 @@
+--- isdigit.3  2004-11-25 11:38:17.000000000 -0800
++++ isdigit.3.edit     2006-08-09 13:23:40.000000000 -0700
+@@ -71,7 +71,7 @@
+ For single C
+ .Va char Ns s
+ locales (see
+-.Xr multibyte 3 )
++.Xr multibyte 3 ) ,
+ the value of the argument is
+ representable as an
+ .Li unsigned char
+@@ -83,7 +83,7 @@
+ and
+ .Fn isnumber
+ functions return zero if the character tests false and
+-returns non-zero if the character tests true.
++return non-zero if the character tests true.
+ .Sh COMPATIBILITY
+ The
+ .Bx 4.4
+@@ -96,6 +96,7 @@
+ function should be used instead.
+ .Sh SEE ALSO
  .Xr ctype 3 ,
++.Xr isalnum_l 3 ,
  .Xr iswdigit 3 ,
  .Xr multibyte 3 ,
--.Xr ascii 7
-+.Xr ascii 7 ,
-+.Xr isalnum_l
- .Sh STANDARDS
- The
- .Fn isdigit
+ .Xr ascii 7