document that VIS_CSTYLE encodes space (SP 040) as '\s'.

This commit is contained in:
jschauma 2006-04-09 15:24:34 +00:00
parent 3b526da7d6
commit 2871f9db99
1 changed files with 3 additions and 2 deletions

View File

@ -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)