mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Document that VIS_CSTYLE encodes space (040) as '\s'.
PR: 95546 Submitted by: Jan Schaumann <jschauma@netmeister.org> MFC after: 3 days
This commit is contained in:
parent
c60afb3f55
commit
ba1cb6f3ea
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue