mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 19:52:44 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=180019
@ -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