]> git.saurik.com Git - apple/libc.git/blame_incremental - locale/FreeBSD/isprint.3.patch
Libc-763.11.tar.gz
[apple/libc.git] / locale / FreeBSD / isprint.3.patch
... / ...
CommitLineData
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
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 "\&040\ sp \t041\ ``!'' \t042\ ``""'' \t043\ ``#'' \t044\ ``$''"
12@@ -95,6 +95,7 @@ The
13 function should be used instead.
14 .Sh SEE ALSO
15 .Xr ctype 3 ,
16+.Xr isalnum_l 3 ,
17 .Xr iswprint 3 ,
18 .Xr ascii 7
19 .Sh STANDARDS