diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/locale/isascii.3 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libc/locale/isascii.3 b/lib/libc/locale/isascii.3 index bdb183b..b37f89b 100644 --- a/lib/libc/locale/isascii.3 +++ b/lib/libc/locale/isascii.3 @@ -47,10 +47,8 @@ The .Fn isascii function tests for an .Tn ASCII -character, which is any character with a value less than or -equal to octal 0177. -For 8-bit wide locales the value of the argument is -representable as an unsigned char or the value of EOF. +character, which is any character +between 0 and octal 0177 inclusive. .Sh SEE ALSO .Xr ctype 3 , .Xr ascii 7 |