mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
There are four types of encoding now, not three. Most of them use the
backslash as a special char, but not all.
This commit is contained in:
parent
50f822d553
commit
e7db1cd82e
1 changed files with 2 additions and 2 deletions
|
|
@ -156,8 +156,8 @@ tab, newline, backspace, bell, and return - in addition
|
|||
to all graphic characters - unencoded.
|
||||
.El
|
||||
.Pp
|
||||
There are three forms of encoding.
|
||||
All forms use the backslash character
|
||||
There are four forms of encoding.
|
||||
Most forms use the backslash character
|
||||
.Ql \e
|
||||
to introduce a special
|
||||
sequence; two backslashes are used to represent a real backslash.
|
||||
|
|
|
|||
Loading…
Reference in a new issue