diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2000-08-22 02:08:27 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2000-08-22 02:08:27 +0000 |
| commit | 17d9d079b9a4c8c3b7060b276de28fc785ecae09 (patch) | |
| tree | a1e5c70a185543422fe02f3d9099bcbbef0016b3 /lib/libc | |
| parent | 3707163312c5385671ee84bb3559ae243c195170 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/locale/isascii.3 | 4 |
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 |
