diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2000-03-28 11:46:40 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2000-03-28 11:46:40 +0000 |
| commit | 1c0a1964abd0a4c4ccf3763ebc68193f2cb48df1 (patch) | |
| tree | 823262da23110fba01eca7e1d9bf2badee38df3a /lib/libc | |
| parent | 4b89b76f246e7e3966653a89293e100f42928145 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -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 bdb183bef7a5..b37f89b0fb4f 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 |
