]> git.saurik.com Git - apple/libc.git/blame - locale/FreeBSD/isprint.3.patch
Libc-763.11.tar.gz
[apple/libc.git] / locale / FreeBSD / isprint.3.patch
CommitLineData
1f2f436a
A
1--- isprint.3.orig 2009-11-30 16:10:19.000000000 -0800
2+++ isprint.3 2009-11-30 16:10:29.000000000 -0800
3@@ -55,7 +55,7 @@ or the value of
224c7076 4 .Dv EOF .
1f2f436a 5 .Pp
224c7076
A
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 "\&040\ sp \t041\ ``!'' \t042\ ``""'' \t043\ ``#'' \t044\ ``$''"
1f2f436a 12@@ -95,6 +95,7 @@ The
224c7076
A
13 function should be used instead.
14 .Sh SEE ALSO
3d9156a7 15 .Xr ctype 3 ,
224c7076 16+.Xr isalnum_l 3 ,
3d9156a7 17 .Xr iswprint 3 ,
224c7076 18 .Xr ascii 7
1f2f436a 19 .Sh STANDARDS