summaryrefslogtreecommitdiffstats
path: root/doc/rsyslog_conf_filter.html
diff options
context:
space:
mode:
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