]> git.saurik.com Git - apple/libc.git/blame - locale/FreeBSD/isspace.3.patch
Libc-594.9.5.tar.gz
[apple/libc.git] / locale / FreeBSD / isspace.3.patch
CommitLineData
224c7076
A
1--- isspace.3 2004-11-25 11:38:17.000000000 -0800
2+++ isspace.3.edit 2006-08-09 13:24:59.000000000 -0700
3@@ -58,13 +58,13 @@
4 .It "\&``\et''\t``\en''\t``\ev''\t``\ef''\t``\er''\t`` ''"
5 .El
6 .Pp
7-In the "C" locale
8+In the "C" locale,
9 .Fn isspace
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@@ -87,6 +87,7 @@
21 function should be used instead.
22 .Sh SEE ALSO
3d9156a7 23 .Xr ctype 3 ,
224c7076 24+.Xr isalnum_l 3 ,
3d9156a7
A
25 .Xr iswspace 3 ,
26 .Xr multibyte 3 ,
224c7076 27 .Xr ascii 7