]> git.saurik.com Git - apple/libc.git/blob - locale/FreeBSD/isgraph.3.patch
Libc-763.12.tar.gz
[apple/libc.git] / locale / FreeBSD / isgraph.3.patch
1 --- isgraph.3.orig 2009-11-30 16:10:19.000000000 -0800
2 +++ isgraph.3 2009-11-30 16:11:41.000000000 -0800
3 @@ -57,7 +57,7 @@ or the value of
4 .Dv EOF .
5 .Pp
6 In the ASCII character set, this includes the following characters
7 -(with their numeric values shown in octal):
8 +(preceded by their numeric values, in octal):
9 .Pp
10 .Bl -column \&000_``0''__ \&000_``0''__ \&000_``0''__ \&000_``0''__ \&000_``0''__
11 .It "\&041\ ``!'' \t042\ ``""'' \t043\ ``#'' \t044\ ``$'' \t045\ ``%''"
12 @@ -97,6 +97,7 @@ The
13 function should be used instead.
14 .Sh SEE ALSO
15 .Xr ctype 3 ,
16 +.Xr isalnum_l 3 ,
17 .Xr iswgraph 3 ,
18 .Xr ascii 7
19 .Sh STANDARDS