X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/1f2f436a38f7ae2d39a943ad2898d8fed4ed2e58..2be56ee90c5c5bee77895b8787a43e894249002b:/locale/FreeBSD/iswalnum.3 diff --git a/locale/FreeBSD/iswalnum.3 b/locale/FreeBSD/iswalnum.3 index f50a1b5..d501ea9 100644 --- a/locale/FreeBSD/iswalnum.3 +++ b/locale/FreeBSD/iswalnum.3 @@ -107,9 +107,15 @@ for use with wide characters or .Vt wint_t ) . See the description for the similarly-named single byte classification -functions (like +functions (such as .Xr isalnum 3 ) , for details. +.Pp +Extended locale versions of these functions are documented in +.Xr iswalnum_l 3 . +See +.Xr xlocale 3 +for more information. .Sh RETURN VALUES The functions return zero if the character tests false and return non-zero if the character tests true. @@ -132,6 +138,7 @@ return non-zero if the character tests true. .Xr isspace 3 , .Xr isspecial 3 , .Xr isupper 3 , +.Xr iswalnum_l 3 , .Xr isxdigit 3 , .Xr wctype 3 .Sh STANDARDS @@ -143,7 +150,7 @@ except .Fn iswideogram , .Fn iswnumber , .Fn iswphonogram , -.Fn iswrune +.Fn iswrune , and .Fn iswspecial , which are