diff options
| -rw-r--r-- | lib/libc/locale/isgraph.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/locale/isgraph.3 b/lib/libc/locale/isgraph.3 index 3a8a2cbc1b42..607e184d5125 100644 --- a/lib/libc/locale/isgraph.3 +++ b/lib/libc/locale/isgraph.3 @@ -51,7 +51,9 @@ .Sh DESCRIPTION The .Fn isgraph -function tests for any printing character except space (' ') and other +function tests for any printing character except space +.Pq Ql "\ " +and other locale specific space-like characters. For single C .Va char Ns s |
