Module Name: src
Committed By: plunky
Date: Thu Oct 15 20:35:07 UTC 2009
Modified Files:
src/usr.sbin/syslogd: syslogd.8
Log Message:
reinstate a sentence partly removed in v1.43 regarding the default
facility/priority for local kernel messages
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/usr.sbin/syslogd/syslogd.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/syslogd/syslogd.8
diff -u src/usr.sbin/syslogd/syslogd.8:1.48 src/usr.sbin/syslogd/syslogd.8:1.49
--- src/usr.sbin/syslogd/syslogd.8:1.48 Thu Jul 16 13:33:44 2009
+++ src/usr.sbin/syslogd/syslogd.8 Thu Oct 15 20:35:07 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: syslogd.8,v 1.48 2009/07/16 13:33:44 yamt Exp $
+.\" $NetBSD: syslogd.8,v 1.49 2009/10/15 20:35:07 plunky Exp $
.\"
.\" Copyright (c) 1983, 1986, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" from: @(#)syslogd.8 8.1 (Berkeley) 6/6/93
.\"
-.Dd July 16, 2009
+.Dd October 15, 2009
.Dt SYSLOGD 8
.Os
.Sh NAME
@@ -235,6 +235,8 @@
format.
See RFC 3164 (BSD Syslog) and RFC 5424 (Syslog Protocol) for detailed
description of the message format.
+Messages from the local kernel that are not tagged with a priority code
+receive the default facility
.Dv LOG_KERN
and priority
.Dv LOG_NOTICE .