diff options
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/locale/isprint.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/locale/isprint.3 b/lib/libc/locale/isprint.3 index 12c7459b64e8..be2c773cf285 100644 --- a/lib/libc/locale/isprint.3 +++ b/lib/libc/locale/isprint.3 @@ -51,7 +51,8 @@ .Sh DESCRIPTION The .Fn isprint -function tests for any printing character including space (' '). +function tests for any printing character including space +.Pq Ql "\ " . For single C .Va char Ns s locales (see |
