]> git.saurik.com Git - apple/libc.git/blame - locale/FreeBSD/isblank.3.patch
Libc-498.tar.gz
[apple/libc.git] / locale / FreeBSD / isblank.3.patch
CommitLineData
224c7076
A
1--- isblank.3 2004-11-25 11:38:17.000000000 -0800
2+++ isblank.3.edit 2006-08-09 13:23:09.000000000 -0700
3@@ -54,13 +54,13 @@
4 .It "\&``\et''\t`` ''"
5 .El
6 .Pp
7-In the "C" locale
8+In the "C" locale,
9 .Fn isblank
10-successful test is limited to this characters only.
11+successful test is limited to these characters only.
12 For single C
13 .Va char Ns s
14 locales (see
15-.Xr multibyte 3 )
16+.Xr multibyte 3 ) ,
17 the value of the argument is
18 representable as an
19 .Li unsigned char
20@@ -83,6 +83,7 @@
21 returns non-zero if the character tests true.
22 .Sh SEE ALSO
3d9156a7 23 .Xr ctype 3 ,
224c7076 24+.Xr isalnum_l 3 ,
3d9156a7
A
25 .Xr iswblank 3 ,
26 .Xr multibyte 3 ,
224c7076 27 .Xr ascii 7