diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-11-30 05:39:08 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-11-30 05:39:08 +0000 |
| commit | f2f94c9675c0ccb3373d1aaf5da277fe6e1c9d53 (patch) | |
| tree | e7352041afbae29bf28a8a6a7451df526e1d7b62 /lib/libc | |
| parent | 45c5ff77eabbd5d5f5c82b4ebc8d97280c2bfc7a (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/locale/isblank.3 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/libc/locale/isblank.3 b/lib/libc/locale/isblank.3 index 5c1650da587e..b1a2e37fc446 100644 --- a/lib/libc/locale/isblank.3 +++ b/lib/libc/locale/isblank.3 @@ -48,6 +48,15 @@ The .Fn isblank function tests for a space or tab character. +For any locale, this includes the following standard characters: +.Pp +.Bl -column \&`\et''___ \&``\et''___ +.It "\&``\et''\t`` ''" +.El +.Pp +In the "C" locale +.Fn isblank +successful test is limited to this characters only. For single C .Va char Ns s locales (see @@ -66,3 +75,8 @@ returns non-zero if the character tests true. .Xr ctype 3 , .Xr multibyte 3 , .Xr ascii 7 +.Sh STANDARDS +The +.Fn isblank +function conforms to +.St -p1003.1 . |
