diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/locale/ispunct.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/locale/ispunct.3 b/lib/libc/locale/ispunct.3 index 6b9c943..9665c00 100644 --- a/lib/libc/locale/ispunct.3 +++ b/lib/libc/locale/ispunct.3 @@ -51,7 +51,9 @@ .Sh DESCRIPTION The .Fn ispunct -function tests for any printing character except for space (' ') or a +function tests for any printing character except for space +.Pq Ql "\ " +or a character for which .Xr isalnum 3 is true. |