diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-26 18:28:01 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-26 18:28:01 +0000 |
commit | 8faf3234ea1153498f35f2241a038813bcd698dc (patch) | |
tree | 6b0569646942dc1af38718f0c11fefc4526fbfaf /usr.sbin/syslogd | |
parent | 4f9fcb154a376ff3a45e25e89b698ee891fd8402 (diff) |
correct an example, and fix BUGS;
ok millert@
Diffstat (limited to 'usr.sbin/syslogd')
-rw-r--r-- | usr.sbin/syslogd/syslog.conf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/syslogd/syslog.conf.5 b/usr.sbin/syslogd/syslog.conf.5 index f7734c0b9aa..943f2f4f5b7 100644 --- a/usr.sbin/syslogd/syslog.conf.5 +++ b/usr.sbin/syslogd/syslog.conf.5 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)syslog.conf.5 8.1 (Berkeley) 6/9/93 -.\" $OpenBSD: syslog.conf.5,v 1.11 2003/06/12 12:59:53 jmc Exp $ +.\" $OpenBSD: syslog.conf.5,v 1.12 2003/06/26 18:28:00 jmc Exp $ .\" $NetBSD: syslog.conf.5,v 1.4 1996/01/02 17:41:46 perry Exp $ .\" .Dd June 9, 1993 @@ -244,7 +244,7 @@ mail.* /var/log/maillog # Save mail and news errors of level err and higher in a # special file. -uucp,news.crit /var/log/spoolerr +mail,news.err /var/log/spoolerr # Save ftpd transactions along with mail and news !ftpd @@ -263,7 +263,7 @@ along with .Sh BUGS The effects of multiple selectors are sometimes not intuitive. For example -.Dq mail.crit,*.err +.Dq mail.crit;*.err will select .Dq mail facility messages at the level of |