summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Biebl <biebel@debian.org>2010-11-30 15:48:48 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2010-11-30 15:48:48 +0100
commitd2dc913edc7bc4e0880f4dd6eb4aff495adb8138 (patch)
tree491390149d416d0efcb774a857ed7062642e50a5
parented2a2fd829d36e87086be666b319ac4b17ded8c2 (diff)
downloadrsyslog-d2dc913edc7bc4e0880f4dd6eb4aff495adb8138.tar.gz
rsyslog-d2dc913edc7bc4e0880f4dd6eb4aff495adb8138.tar.xz
rsyslog-d2dc913edc7bc4e0880f4dd6eb4aff495adb8138.zip
typo fix (thanks to Björn Påhlsson for finding it!)
Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
-rw-r--r--doc/rsyslog_conf_filter.html4
-rw-r--r--tools/rsyslog.conf.54
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/rsyslog_conf_filter.html b/doc/rsyslog_conf_filter.html
index 63c29817..34839616 100644
--- a/doc/rsyslog_conf_filter.html
+++ b/doc/rsyslog_conf_filter.html
@@ -85,12 +85,12 @@ selector field is capable to overwrite the preceding ones. Using this
behavior you can exclude some priorities from the pattern.</p>
<p>Rsyslogd has a syntax extension to the original BSD source,
that makes its use more intuitively. You may precede every priority
-with an equation sign ("='') to specify only this single priority and
+with an equals sign ("='') to specify only this single priority and
not any of the above. You may also (both is valid, too) precede the
priority with an exclamation mark ("!'') to ignore all that
priorities, either exact this one or this and any higher priority. If
you use both extensions than the exclamation mark must occur before the
-equation sign, just use it intuitively.</p>
+equals sign, just use it intuitively.</p>
<h3>Property-Based Filters</h3>
<p>Property-based filters are unique to rsyslogd. They allow to
filter on any property, like HOSTNAME, syslogtag and msg. A list of all
diff --git a/tools/rsyslog.conf.5 b/tools/rsyslog.conf.5
index e8a4ab92..e17da974 100644
--- a/tools/rsyslog.conf.5
+++ b/tools/rsyslog.conf.5
@@ -200,11 +200,11 @@ to overwrite the preceding ones. Using this behavior you can exclude some
priorities from the pattern.
Rsyslogd has a syntax extension to the original BSD source, that makes its use
-more intuitively. You may precede every priority with an equation sign ('=') to
+more intuitively. You may precede every priority with an equals sign ('=') to
specify only this single priority and not any of the above. You may also (both
is valid, too) precede the priority with an exclamation mark ('!') to ignore
all that priorities, either exact this one or this and any higher priority. If
-you use both extensions than the exclamation mark must occur before the equation
+you use both extensions than the exclamation mark must occur before the equals
sign, just use it intuitively.
.SH ACTIONS