]> git.saurik.com Git - apple/libc.git/blame - locale/FreeBSD/isprint.3.patch
Libc-594.9.5.tar.gz
[apple/libc.git] / locale / FreeBSD / isprint.3.patch
CommitLineData
224c7076
A
1--- isprint.3 2004-11-25 11:38:17.000000000 -0800
2+++ isprint.3.edit 2006-08-09 13:24:27.000000000 -0700
3@@ -51,19 +51,19 @@
4 .Sh DESCRIPTION
5 The
6 .Fn isprint
7-function tests for any printing character including space
8+function tests for any printing character, including space
9 .Pq Ql "\ " .
10 For single C
11 .Va char Ns s
12 locales (see
13-.Xr multibyte 3 )
14+.Xr multibyte 3 ) ,
15 the value of the argument is
16 representable as an
17 .Li unsigned char
18 or the value of
19 .Dv EOF .
20 In the ASCII character set, this includes the following characters
21-(with their numeric values shown in octal):
22+(preceded by their numeric values, in octal):
23 .Pp
24 .Bl -column \&000_``0''__ \&000_``0''__ \&000_``0''__ \&000_``0''__ \&000_``0''__
25 .It "\&040\ sp \t041\ ``!'' \t042\ ``""'' \t043\ ``#'' \t044\ ``$''"
26@@ -103,6 +103,7 @@
27 function should be used instead.
28 .Sh SEE ALSO
3d9156a7 29 .Xr ctype 3 ,
224c7076 30+.Xr isalnum_l 3 ,
3d9156a7
A
31 .Xr iswprint 3 ,
32 .Xr multibyte 3 ,
224c7076 33 .Xr ascii 7