From 2871f9db99e808c79c5fb941b431745f81295eea Mon Sep 17 00:00:00 2001 From: jschauma Date: Sun, 9 Apr 2006 15:24:34 +0000 Subject: [PATCH] document that VIS_CSTYLE encodes space (SP 040) as '\s'. --- lib/libc/gen/vis.3 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/libc/gen/vis.3 b/lib/libc/gen/vis.3 index 3dce75c5dcb8..615c3f14535b 100644 --- a/lib/libc/gen/vis.3 +++ b/lib/libc/gen/vis.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: vis.3,v 1.21 2006/01/25 23:48:58 rillig Exp $ +.\" $NetBSD: vis.3,v 1.22 2006/04/09 15:24:34 jschauma Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)vis.3 8.1 (Berkeley) 6/9/93 .\" -.Dd January 16, 2005 +.Dd April 9, 2006 .Dt VIS 3 .Os .Sh NAME @@ -272,6 +272,7 @@ The following sequences are used to represent the indicated characters: .Li \ef Tn - NP No (014) .Li \en Tn - NL No (012) .Li \er Tn - CR No (015) +.Li \es Tn - SP No (040) .Li \et Tn - HT No (011) .Li \ev Tn - VT No (013) .Li \e0 Tn - NUL No (000)