summaryrefslogtreecommitdiffstats
path: root/usr.sbin/newsyslog/newsyslog.conf.5
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2008-06-26 07:02:47 +0000
committersobomax <sobomax@FreeBSD.org>2008-06-26 07:02:47 +0000
commit043844f182827bb5a4c4413073d17afb3eb70d90 (patch)
tree64bf8933df37b06ff90ae7461921475db3709894 /usr.sbin/newsyslog/newsyslog.conf.5
parent5e553f9ba90a260fafe22a0d5a3365b1bddff70b (diff)
downloadFreeBSD-src-043844f182827bb5a4c4413073d17afb3eb70d90.zip
FreeBSD-src-043844f182827bb5a4c4413073d17afb3eb70d90.tar.gz
Fix 6-year old cut&paste error. The # could be escaped with '\', not
with '\\'. MFC after: 2 weeks
Diffstat (limited to 'usr.sbin/newsyslog/newsyslog.conf.5')
-rw-r--r--usr.sbin/newsyslog/newsyslog.conf.54
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/newsyslog/newsyslog.conf.5 b/usr.sbin/newsyslog/newsyslog.conf.5
index 6848bc9..138adc0 100644
--- a/usr.sbin/newsyslog/newsyslog.conf.5
+++ b/usr.sbin/newsyslog/newsyslog.conf.5
@@ -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.
OpenPOWER on IntegriCloud