diff options
author | Ryo Fujita <rfujita@redhat.com> | 2008-07-25 13:47:04 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-07-25 13:47:04 +0200 |
commit | e39f202c75af187f96a1af07e60892a63e45cd3f (patch) | |
tree | e2d45ded15960172161fe39aab3277d43aa16657 /rsyslog.conf.5 | |
parent | 9b59581a6f7d161c7aafbc3300689337939bb382 (diff) | |
download | rsyslog-e39f202c75af187f96a1af07e60892a63e45cd3f.tar.gz rsyslog-e39f202c75af187f96a1af07e60892a63e45cd3f.tar.xz rsyslog-e39f202c75af187f96a1af07e60892a63e45cd3f.zip |
fixed a number of typos
Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
Diffstat (limited to 'rsyslog.conf.5')
-rw-r--r-- | rsyslog.conf.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rsyslog.conf.5 b/rsyslog.conf.5 index 122f3c84..eb498537 100644 --- a/rsyslog.conf.5 +++ b/rsyslog.conf.5 @@ -372,7 +372,7 @@ To escape: .sp 0 \\ = \\\\ --> '\\' is used to escape (as in C) .sp 0 -$template TraditionalFormat,%timegenerated% %HOSTNAME% %syslogtag%%msg%\n" +$template TraditionalFormat,"%timegenerated% %HOSTNAME% %syslogtag%%msg%\n" Properties can be accessed by the property replacer (see there for details). |