diff options
| author | wiz <wiz@NetBSD.org> | 2006-01-20 21:48:41 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2006-01-20 21:48:41 +0000 |
| commit | 5fb854a4b2caee5bae7ddfdc026db8ff4274e6cd (patch) | |
| tree | 5bdb67d18f810cb32223b98d525753daed5121f9 /usr.sbin/syslogd | |
| parent | 271a419065ef18645c9e54bce26950a086e9b7f2 (diff) | |
Add reference to RFC 3164. From Pavel Cahyna in PR 32578.
Diffstat (limited to 'usr.sbin/syslogd')
| -rw-r--r-- | usr.sbin/syslogd/syslogd.8 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/usr.sbin/syslogd/syslogd.8 b/usr.sbin/syslogd/syslogd.8 index 932f7a8fb19..2ee37c575dc 100644 --- a/usr.sbin/syslogd/syslogd.8 +++ b/usr.sbin/syslogd/syslogd.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: syslogd.8,v 1.37 2004/11/19 18:48:29 wiz Exp $ +.\" $NetBSD: syslogd.8,v 1.38 2006/01/20 21:48:41 wiz 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 November 18, 2004 +.Dd January 20, 2006 .Dt SYSLOGD 8 .Os .Sh NAME @@ -208,6 +208,7 @@ decimal number in angle braces, for example, This priority code should map into the priorities defined in the include file .Aq Pa sys/syslog.h . +See RFC 3164 for detailed description of the message format. .Pp Messages from the local kernel that are not tagged with a priority code receive the default facility @@ -238,6 +239,12 @@ The kernel log device. .Xr services 5 , .Xr syslog.conf 5 , .Xr newsyslog 8 +.Rs +.%R RFC +.%N 3164 +.%D August 2001 +.%T The BSD syslog Protocol +.Re .Sh HISTORY The .Nm |
