summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libc/locale/isascii.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/locale/isascii.3 b/lib/libc/locale/isascii.3
index e1a77c52f519..be2bb0883ad1 100644
--- a/lib/libc/locale/isascii.3
+++ b/lib/libc/locale/isascii.3
@@ -49,8 +49,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.
+character, which is any character
+between 0 and octal 0177 inclusive.
.Sh SEE ALSO
.Xr ctype 3 ,
.Xr ascii 7