diff options
author | Michael Meckelein <mmeckelein@hq.adiscon.com> | 2007-10-19 14:12:40 +0000 |
---|---|---|
committer | Michael Meckelein <mmeckelein@hq.adiscon.com> | 2007-10-19 14:12:40 +0000 |
commit | 7d4e11f5c704b1da4e0bbb6204b4bfbcad586e79 (patch) | |
tree | 51c8893dd01a30b823b644ea528748ebb06a8094 /rsyslog.conf.5 | |
parent | 601393acd7fcd4446b57314cb070cfd17abda2ee (diff) | |
download | rsyslog-1-19-10.tar.gz rsyslog-1-19-10.tar.bz2 rsyslog-1-19-10.zip |
doc patch applied, release docs updatedv1-19-10
Diffstat (limited to 'rsyslog.conf.5')
-rw-r--r-- | rsyslog.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rsyslog.conf.5 b/rsyslog.conf.5 index 07e515fd..e1d3659f 100644 --- a/rsyslog.conf.5 +++ b/rsyslog.conf.5 @@ -182,8 +182,8 @@ Rsyslog offers two different types "filter conditions": Rsyslogd supports BSD-style blocks inside rsyslog.conf. Each block of lines is separated from the previous block by a program or hostname specification. A block will only log messages corresponding to the most recent program and hostname specifications given. Thus, a block which -selects ‘ppp’ as the program, directly followed by a block that selects messages from the -hostname ‘dialhost’, then the second block will only log messages from the ppp program on dialhost. +selects "ppp" as the program, directly followed by a block that selects messages from the +hostname "dialhost", then the second block will only log messages from the ppp program on dialhost. .SS Selectors .B Selectors are the traditional way of filtering syslog messages. |