]> git.saurik.com Git - apple/libc.git/blob - locale/FreeBSD/isspace.3.patch
Libc-763.12.tar.gz
[apple/libc.git] / locale / FreeBSD / isspace.3.patch
1 --- isspace.3.bsdnew 2009-11-10 13:13:10.000000000 -0800
2 +++ isspace.3 2009-11-10 13:45:41.000000000 -0800
3 @@ -54,9 +54,9 @@ For any locale, this includes the follow
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 The value of the argument must be representable as an
13 .Vt "unsigned char"
14 or the value of
15 @@ -78,6 +78,7 @@ The
16 function should be used instead.
17 .Sh SEE ALSO
18 .Xr ctype 3 ,
19 +.Xr isalnum_l 3 ,
20 .Xr iswspace 3 ,
21 .Xr multibyte 3 ,
22 .Xr ascii 7