Fix 6-year old cut&paste error. The # could be escaped with '\', not
with '\\'. MFC after: 2 weeks
This commit is contained in:
parent
8b88e9591a
commit
cb45b78eae
@ -60,9 +60,9 @@ character and the rest of the line after it is ignored.
|
||||
To prevent special meaning, the
|
||||
.Ql #
|
||||
character may be escaped with
|
||||
.Ql \e\e ;
|
||||
.Ql \e ;
|
||||
in this case preceding
|
||||
.Ql \e\e
|
||||
.Ql \e
|
||||
is removed and
|
||||
.Ql #
|
||||
is treated as an ordinary character.
|
||||
|
Loading…
Reference in New Issue
Block a user