summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-10-17 09:03:37 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2013-10-17 09:03:37 +0200
commitcc66470d2f9abf1746fa210403b99c50eb6f59d9 (patch)
treeaf3f0a7939fcd91691361ebcbc2052a57b504506
parenta4cdd70e711dc920ac5278474a470770826fc75c (diff)
downloadrsyslog-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.html4
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="&lt;")
- property(name="PRI")
- constant(value="&lt;")
+ property(name="pri")
+ constant(value="&gt;")
property(name="timestamp" dateFormat="rfc3339")
constant(value=" ")
property(name="hostname")