diff options
author | ache <ache@FreeBSD.org> | 2000-03-28 11:36:31 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2000-03-28 11:36:31 +0000 |
commit | 68cad6a3ea16260f64504618a039d82f59a2e758 (patch) | |
tree | d03574a56cf99abdf7df704af4d8a6cfcb81996f /lib/libc/locale/isblank.3 | |
parent | e3991c3acfdd37e221e19eeb7dac3709d7aa2f9d (diff) | |
download | FreeBSD-src-68cad6a3ea16260f64504618a039d82f59a2e758.zip FreeBSD-src-68cad6a3ea16260f64504618a039d82f59a2e758.tar.gz |
Describe valid argument domain for 8-bit wide locales to prevent common error
calling ctype functions with signed char as an argument.
Diffstat (limited to 'lib/libc/locale/isblank.3')
-rw-r--r-- | lib/libc/locale/isblank.3 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/locale/isblank.3 b/lib/libc/locale/isblank.3 index c0ec34d..545cbe6 100644 --- a/lib/libc/locale/isblank.3 +++ b/lib/libc/locale/isblank.3 @@ -46,6 +46,8 @@ The .Fn isblank function tests for a space or tab character. +For 8-bit wide locales the value of the argument is +representable as an unsigned char or the value of EOF. .Sh RETURN VALUES The .Fn isblank |