aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/newsyslog
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2008-06-26 07:02:47 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2008-06-26 07:02:47 +0000
commitcb45b78eaea2baeb65284b81da6fc74dfcb41c78 (patch)
tree64bf8933df37b06ff90ae7461921475db3709894 /usr.sbin/newsyslog
parent8b88e9591ac63369076897d52eb6e89de4c5ddea (diff)
downloadsrc-cb45b78eaea2baeb65284b81da6fc74dfcb41c78.tar.gz
src-cb45b78eaea2baeb65284b81da6fc74dfcb41c78.zip
Fix 6-year old cut&paste error. The # could be escaped with '\', not
with '\\'. MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=180019
Diffstat (limited to 'usr.sbin/newsyslog')
-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 6848bc9f2715..138adc03b882 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.