diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-12-12 13:45:35 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-12-12 13:45:35 +0000 |
| commit | f079ab33c6a029d9077d60d71f9951c6f189422c (patch) | |
| tree | e0a05f5143374a9e28223e33dce2e0cf6f2cfbab /lib/libc | |
| parent | 5411c22ae5c68d97b77db04d70281d03295d10c9 (diff) | |
Notes
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 |
