X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/3d9156a7a519a5e3aa1b92e9d9d4b991f1aed7ff..224c70764cab4e0e39a26aaf3ad3016552f62f55:/locale/FreeBSD/isdigit.3.patch diff --git a/locale/FreeBSD/isdigit.3.patch b/locale/FreeBSD/isdigit.3.patch index bf5c2b3..3545a7c 100644 --- a/locale/FreeBSD/isdigit.3.patch +++ b/locale/FreeBSD/isdigit.3.patch @@ -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