]> git.saurik.com Git - apple/libc.git/blobdiff - locale/FreeBSD/isgraph.3.patch
Libc-763.11.tar.gz
[apple/libc.git] / locale / FreeBSD / isgraph.3.patch
index 70a78dcf7a312d44390345b103339aac87ed4c2c..99180c04d775d27908c2d5fe8477f133039a3fb9 100644 (file)
@@ -1,12 +1,19 @@
---- isgraph.3.orig     Fri Mar 11 19:25:22 2005
-+++ isgraph.3  Fri Mar 11 19:27:03 2005
-@@ -107,7 +107,8 @@
+--- 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\ ``%''"
+@@ -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
-+.Xr ascii 7 ,
-+.Xr isalnum_l
+ .Xr ascii 7
  .Sh STANDARDS
- The
- .Fn isgraph