Hopefully this version is easier to understand for non-english speakers.

This commit is contained in:
Joey Schulze 2003-05-22 19:31:20 +00:00
parent cebe53b7e3
commit 1ff125949b

View File

@ -121,12 +121,21 @@ behavior you can exclude some priorities from the pattern.
This This
.BR syslogd (8) .BR syslogd (8)
has a syntax extension to the original BSD source, that makes its use has a syntax extension to the original BSD source, which makes its use
more intuitively. You may precede every priority with an equation sign more intuitively. You may precede every priority with an equation sign
(``='') to specify only this single priority and not any of the (``='') to specify that
above. You may also (both is valid, too) precede the priority with an .B syslogd
exclamation mark (``!'') to ignore all that priorities, either exact should only refer to this single priority and not this priority and
this one or this and any higher priority. If you use both extensions all higher priorities.
You may also precide the priority with an exclamation mark (``!'') if
you want
.B syslogd
to ignore this priority and all higher priorities.
You may even use both, the exclamation mark and the equation sign if
you want
.B syslogd
to ignore only this single priority. If you use both extensions
than the exclamation mark must occur before the equation sign, just than the exclamation mark must occur before the equation sign, just
use it intuitively. use it intuitively.