X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/224c70764cab4e0e39a26aaf3ad3016552f62f55..1f2f436a38f7ae2d39a943ad2898d8fed4ed2e58:/locale/FreeBSD/isgraph.3.patch diff --git a/locale/FreeBSD/isgraph.3.patch b/locale/FreeBSD/isgraph.3.patch index 1acc762..99180c0 100644 --- a/locale/FreeBSD/isgraph.3.patch +++ b/locale/FreeBSD/isgraph.3.patch @@ -1,32 +1,19 @@ ---- isgraph.3 2004-11-25 11:38:17.000000000 -0800 -+++ isgraph.3.edit 2006-08-09 13:23:59.000000000 -0700 -@@ -54,18 +54,18 @@ - function tests for any printing character except space - .Pq Ql "\ " - and other --locale specific space-like characters. -+locale-specific, space-like characters. - 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 +--- isgraph.3.orig 2009-11-30 16:10:19.000000000 -0800 ++++ isgraph.3 2009-11-30 16:11:41.000000000 -0800 +@@ -57,7 +57,7 @@ or the value of .Dv EOF . + .Pp 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 "\&041\ ``!'' \t042\ ``""'' \t043\ ``#'' \t044\ ``$'' \t045\ ``%''" -@@ -105,6 +105,7 @@ +@@ -97,6 +97,7 @@ The function should be used instead. .Sh SEE ALSO .Xr ctype 3 , +.Xr isalnum_l 3 , .Xr iswgraph 3 , - .Xr multibyte 3 , .Xr ascii 7 + .Sh STANDARDS