Hopefully this version is easier to understand for non-english speakers.
This commit is contained in:
parent
cebe53b7e3
commit
1ff125949b
@ -121,12 +121,21 @@ behavior you can exclude some priorities from the pattern.
|
||||
|
||||
This
|
||||
.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
|
||||
(``='') 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
|
||||
(``='') to specify that
|
||||
.B syslogd
|
||||
should only refer to this single priority and not this priority and
|
||||
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
|
||||
use it intuitively.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user