diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-10-17 09:03:37 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-10-17 09:03:37 +0200 |
commit | cc66470d2f9abf1746fa210403b99c50eb6f59d9 (patch) | |
tree | af3f0a7939fcd91691361ebcbc2052a57b504506 | |
parent | a4cdd70e711dc920ac5278474a470770826fc75c (diff) | |
download | rsyslog-cc66470d2f9abf1746fa210403b99c50eb6f59d9.tar.gz rsyslog-cc66470d2f9abf1746fa210403b99c50eb6f59d9.tar.bz2 rsyslog-cc66470d2f9abf1746fa210403b99c50eb6f59d9.zip |
doc: typo fix
thanks to Xuri Nagarin for alerting us
-rw-r--r-- | doc/rsyslog_conf_templates.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/rsyslog_conf_templates.html b/doc/rsyslog_conf_templates.html index 38927c03..562aa9a3 100644 --- a/doc/rsyslog_conf_templates.html +++ b/doc/rsyslog_conf_templates.html @@ -288,8 +288,8 @@ Note that the template string itself must be on a single line. <h4>Standard Template for Forwarding to a Remote Host (RFC3164 mode)</h4> <p><pre><code>template(name="ForwardFormat" type="list") { constant(value="<") - property(name="PRI") - constant(value="<") + property(name="pri") + constant(value=">") property(name="timestamp" dateFormat="rfc3339") constant(value=" ") property(name="hostname") |