summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-12-12 13:42:25 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-12-12 13:42:25 +0000
commit5411c22ae5c68d97b77db04d70281d03295d10c9 (patch)
tree1db2d87475553b346b61a396059521b9253a1c54
parentf169825e0205ae6d9681c5dd9f1847dcb0e80e1b (diff)
Notes
-rw-r--r--lib/libc/locale/isgraph.34
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