diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/locale/isgraph.3 | 3 | ||||
-rw-r--r-- | lib/libc/locale/isprint.3 | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/locale/isgraph.3 b/lib/libc/locale/isgraph.3 index ccf5fc7..3a8a2cb 100644 --- a/lib/libc/locale/isgraph.3 +++ b/lib/libc/locale/isgraph.3 @@ -51,7 +51,8 @@ .Sh DESCRIPTION The .Fn isgraph -function tests for any printing character except space. +function tests for any printing character except space (' ') and other +locale specific space-like characters. For single C .Va char Ns s locales (see diff --git a/lib/libc/locale/isprint.3 b/lib/libc/locale/isprint.3 index 6485a64..12c7459 100644 --- a/lib/libc/locale/isprint.3 +++ b/lib/libc/locale/isprint.3 @@ -51,7 +51,7 @@ .Sh DESCRIPTION The .Fn isprint -function tests for any printing character including space. +function tests for any printing character including space (' '). For single C .Va char Ns s locales (see |