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:
Alexander Langer 2000-12-08 12:17:53 +00:00
parent 50f822d553
commit e7db1cd82e

View File

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