From ba1cb6f3ea43cdbf5ddb70aed4855744d4cd7676 Mon Sep 17 00:00:00 2001 From: Christian Brueffer Date: Sun, 9 Apr 2006 16:39:43 +0000 Subject: [PATCH] Document that VIS_CSTYLE encodes space (040) as '\s'. PR: 95546 Submitted by: Jan Schaumann MFC after: 3 days --- lib/libc/gen/vis.3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/libc/gen/vis.3 b/lib/libc/gen/vis.3 index d956f1379a11..58b2c765f49e 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