--- src/usr.sbin/syslogd/syslog.conf.5 2006/02/17 19:40:28 1.5 +++ src/usr.sbin/syslogd/syslog.conf.5 2006/08/18 01:42:58 1.6 @@ -407,6 +407,19 @@ normally the superuser. Blank lines and lines whose first non-blank character is a hash .Pq Dq # character are ignored. +.Sh IMPLEMENTATION NOTES +The +.Dq kern +facility is usually reserved for messages +generated by the local kernel. +Other messages logged with facility +.Dq kern +are usually translated to facility +.Dq user . +This translation can be disabled; +see +.Xr syslogd 8 +for details. .Sh FILES .Bl -tag -width /etc/syslog.conf -compact .It Pa /etc/syslog.conf @@ -464,19 +477,6 @@ console.* /var/log/console.log !ipfw *.* -/var/log/ipfw .Ed -.Sh IMPLEMENTATION NOTES -The -.Dq kern -facility is usually reserved for messages -generated by the local kernel. -Other messages logged with facility -.Dq kern -are usually translated to facility -.Dq user . -This translation can be disabled; -see -.Xr syslogd 8 -for details. .Sh SEE ALSO .Xr syslog 3 , .Xr syslogd 8