diff options
Diffstat (limited to 'lib/libc/locale/isalnum.3')
-rw-r--r-- | lib/libc/locale/isalnum.3 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/lib/libc/locale/isalnum.3 b/lib/libc/locale/isalnum.3 index b548c58..05850bc 100644 --- a/lib/libc/locale/isalnum.3 +++ b/lib/libc/locale/isalnum.3 @@ -54,8 +54,13 @@ function tests for any character for which or .Xr isdigit 3 is true. -For 8-bit wide locales the value of the argument is -representable as an unsigned char or the value of EOF. +For single C +.Va char Ns s +locales the value of the argument is +representable as an +.Va unsigned char +or the value of +.Dv EOF . In the ASCII character set, this includes the following characters (with their numeric values shown in octal): .Pp @@ -83,6 +88,7 @@ returns non-zero if the character tests true. .Xr ctype 3 , .Xr isalpha 3 , .Xr isdigit 3 , +.Xr multibyte 3 , .Xr ascii 7 .Sh STANDARDS The |