X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/1f2f436a38f7ae2d39a943ad2898d8fed4ed2e58..15de9d6b4ab2de27ae24b13b7b6c4d55fffe4aef:/locale/FreeBSD/isspace.3 diff --git a/locale/FreeBSD/isspace.3 b/locale/FreeBSD/isspace.3 index 46588ec..f6fa79a 100644 --- a/locale/FreeBSD/isspace.3 +++ b/locale/FreeBSD/isspace.3 @@ -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