summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-11-21 15:41:34 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2008-11-21 15:41:34 +0100
commit588f4f98d8b484ea6b2cba3449db9c9b035b562f (patch)
tree7f5919ae15cbad08f0e85c1bce8c28f79d171ae6
parent48480e833488c8bc571c62ad84331038edddf3c3 (diff)
downloadrsyslog-588f4f98d8b484ea6b2cba3449db9c9b035b562f.tar.gz
rsyslog-588f4f98d8b484ea6b2cba3449db9c9b035b562f.tar.xz
rsyslog-588f4f98d8b484ea6b2cba3449db9c9b035b562f.zip
doc bugfix: property-based filter had inconsistent description
Thank to Peter Matulis for pointing this out. Actually, all compare operations described exist.
-rw-r--r--doc/rsyslog_conf_filter.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/rsyslog_conf_filter.html b/doc/rsyslog_conf_filter.html
index 55244c15..cf21ff95 100644
--- a/doc/rsyslog_conf_filter.html
+++ b/doc/rsyslog_conf_filter.html
@@ -97,9 +97,7 @@ filter on any property, like HOSTNAME, syslogtag and msg. A list of all
currently-supported properties can be found in the <a href="property_replacer.html">property replacer documentation</a>
(but keep in mind that only the properties, not the replacer is
supported). With this filter, each properties can be checked against a
-specified value, using a specified compare operation. Currently, there
-is only a single compare operation (contains) available, but additional
-operations will be added in the future.</p>
+specified value, using a specified compare operation.</p>
<p>A property-based filter must start with a colon in column 0.
This tells rsyslogd that it is the new filter type. The colon must be
followed by the property name, a comma, the name of the compare