summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2006-04-09 16:39:43 +0000
committerbrueffer <brueffer@FreeBSD.org>2006-04-09 16:39:43 +0000
commit9fbf53f0d048171e070fa8b051fddf64573108f8 (patch)
tree175cd461a6a3125f95765042ee60d2527a1ed49e /lib
parent6354a580b627246f071aa82662c39a52354d5ebe (diff)
downloadFreeBSD-src-9fbf53f0d048171e070fa8b051fddf64573108f8.zip
FreeBSD-src-9fbf53f0d048171e070fa8b051fddf64573108f8.tar.gz
Document that VIS_CSTYLE encodes space (040) as '\s'.
PR: 95546 Submitted by: Jan Schaumann <jschauma@netmeister.org> MFC after: 3 days
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/vis.34
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/gen/vis.3 b/lib/libc/gen/vis.3
index d956f13..58b2c76 100644
--- a/lib/libc/gen/vis.3
+++ b/lib/libc/gen/vis.3
@@ -32,7 +32,7 @@
.\" From: @(#)vis.3 8.1 (Berkeley) 6/9/93
.\" $FreeBSD$
.\"
-.Dd March 21, 2004
+.Dd April 9, 2006
.Dt VIS 3
.Os
.Sh NAME
@@ -243,6 +243,8 @@ The following sequences are used to represent the indicated characters:
.Dv NL No (012)
.It Li \er
.Dv CR No (015)
+.It Li \es
+.Dv SP No (040)
.It Li \et
.Dv HT No (011)
.It Li \ev
OpenPOWER on IntegriCloud