summaryrefslogtreecommitdiffstats
path: root/doc/rsyslog_conf_filter.html
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-05-20 16:43:46 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2010-05-20 16:43:46 +0200
commitfcb747c57d2b8beacade7194f99fa1de8fb0a4fb (patch)
tree30cb3e8cd21664f50b82ca3dd55d3c64eb61428f /doc/rsyslog_conf_filter.html
parent4ebd062564c068566d60b4f54c047e6c082edf8e (diff)
downloadrsyslog-fcb747c57d2b8beacade7194f99fa1de8fb0a4fb.tar.gz
rsyslog-fcb747c57d2b8beacade7194f99fa1de8fb0a4fb.tar.xz
rsyslog-fcb747c57d2b8beacade7194f99fa1de8fb0a4fb.zip
some doc fixes; incorrect config samples could cause confusion
thanks to Anthony Edwards for pointing the problems out
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