summaryrefslogtreecommitdiffstats
path: root/doc/rsyslog_conf_filter.html
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-07-05 15:14:36 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2010-07-05 15:14:36 +0200
commitd9a82205ff0b42a84875d45c809e8b7aded7eb2b (patch)
tree861b66fbde7b876413c00e449315e2fbd81b07a5 /doc/rsyslog_conf_filter.html
parent149bab9cd1eb77c0708369d0a56903db90ab9d5f (diff)
parent9de526eccd85324f8cff4968ac6b17fa66648c2b (diff)
downloadrsyslog-d9a82205ff0b42a84875d45c809e8b7aded7eb2b.tar.gz
rsyslog-d9a82205ff0b42a84875d45c809e8b7aded7eb2b.tar.xz
rsyslog-d9a82205ff0b42a84875d45c809e8b7aded7eb2b.zip
Merge branch 'v4-stable' into tmp
Conflicts: ChangeLog Makefile.am tests/Makefile.am
Diffstat (limited to 'doc/rsyslog_conf_filter.html')
-rw-r--r--doc/rsyslog_conf_filter.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rsyslog_conf_filter.html b/doc/rsyslog_conf_filter.html
index 841ec9c7..63c29817 100644
--- a/doc/rsyslog_conf_filter.html
+++ b/doc/rsyslog_conf_filter.html
@@ -231,7 +231,7 @@ A few quick samples:<br>
<br>
<code>
*.* /var/log/file1 # the traditional way<br>
-if $msg contains 'error' /var/log/errlog # the expression-based way<br>
+if $msg contains 'error' then /var/log/errlog # the expression-based way<br>
</code>
<br>
Right now, you need to specify numerical values if you would like to