From cc66470d2f9abf1746fa210403b99c50eb6f59d9 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 17 Oct 2013 09:03:37 +0200 Subject: doc: typo fix thanks to Xuri Nagarin for alerting us --- doc/rsyslog_conf_templates.html | 4 ++-- 1 file 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.

Standard Template for Forwarding to a Remote Host (RFC3164 mode)

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")
-- 
cgit v1.2.3