summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2000-03-28 11:46:40 +0000
committerache <ache@FreeBSD.org>2000-03-28 11:46:40 +0000
commit15bf78e6dcd55bc3a9267cf753db9e049471fd42 (patch)
treec72517de79254b7077385633a3108c30ad7880e9 /lib/libc/locale
parentdccba108fa42e37e201fe0841ae3eb8d8c6eab41 (diff)
downloadFreeBSD-src-15bf78e6dcd55bc3a9267cf753db9e049471fd42.zip
FreeBSD-src-15bf78e6dcd55bc3a9267cf753db9e049471fd42.tar.gz
Back out valid argument domain change - sneak to this function by error.
Reword test condition better. Previous variant was true for negative characters too.
Diffstat (limited to 'lib/libc/locale')
-rw-r--r--lib/libc/locale/isascii.36
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
OpenPOWER on IntegriCloud