]> git.saurik.com Git - apple/libc.git/blobdiff - locale/FreeBSD/isspace.3
Libc-1082.50.1.tar.gz
[apple/libc.git] / locale / FreeBSD / isspace.3
index 46588ec8034da075bcc391f4fe8c391999277ab3..f6fa79a43dc3f24d95c68bbd5dc25abe41c77e97 100644 (file)
@@ -54,9 +54,9 @@ For any locale, this includes the following standard characters:
 .It "\&``\et''\t``\en''\t``\ev''\t``\ef''\t``\er''\t`` ''"
 .El
 .Pp
-In the "C" locale
+In the "C" locale,
 .Fn isspace
-successful test is limited to this characters only.
+successful test is limited to these characters only.
 The value of the argument must be representable as an
 .Vt "unsigned char"
 or the value of
@@ -78,6 +78,7 @@ The
 function should be used instead.
 .Sh SEE ALSO
 .Xr ctype 3 ,
+.Xr isalnum_l 3 ,
 .Xr iswspace 3 ,
 .Xr multibyte 3 ,
 .Xr ascii 7