X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/c957a83bde4df2e2d3d1ed0963656856b48ef0a0..224c70764cab4e0e39a26aaf3ad3016552f62f55:/locale/FreeBSD/isalnum.3.patch?ds=sidebyside diff --git a/locale/FreeBSD/isalnum.3.patch b/locale/FreeBSD/isalnum.3.patch index 6a1fda7..2a53f70 100644 --- a/locale/FreeBSD/isalnum.3.patch +++ b/locale/FreeBSD/isalnum.3.patch @@ -1,12 +1,27 @@ ---- isalnum.3.orig Fri Mar 11 19:25:22 2005 -+++ isalnum.3 Fri Mar 11 19:25:38 2005 -@@ -104,7 +104,8 @@ +--- isalnum.3 2004-11-25 11:38:17.000000000 -0800 ++++ isalnum.3.edit 2006-08-09 13:19:45.000000000 -0700 +@@ -59,14 +59,14 @@ + 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 + or the value of + .Dv EOF . + In the ASCII character set, this includes the following characters +-(with their numeric values shown in octal): ++(preceded by their numeric values, in octal): + .Pp + .Bl -column \&000_``0''__ \&000_``0''__ \&000_``0''__ \&000_``0''__ \&000_``0''__ + .It "\&060\ ``0'' \t061\ ``1'' \t062\ ``2'' \t063\ ``3'' \t064\ ``4''" +@@ -100,6 +100,7 @@ + function should be used instead. + .Sh SEE ALSO + .Xr ctype 3 , ++.Xr isalnum_l 3 , + .Xr isalpha 3 , .Xr isdigit 3 , .Xr iswalnum 3 , - .Xr multibyte 3 , --.Xr ascii 7 -+.Xr ascii 7 , -+.Xr isalnum_l - .Sh STANDARDS - The - .Fn isalnum