Fix 6-year old cut&paste error. The # could be escaped with '\', not

with '\\'.

MFC after:	2 weeks
This commit is contained in:
Maxim Sobolev 2008-06-26 07:02:47 +00:00
parent 8b88e9591a
commit cb45b78eae
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=180019

View File

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