summaryrefslogtreecommitdiffstats
path: root/tools
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 /tools
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>
Diffstat (limited to 'tools')
-rw-r--r--tools/rsyslog.conf.54
1 files changed, 2 insertions, 2 deletions
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