svn commit: r336059 - stable/11/usr.sbin/syslogd
Ed Schouten
ed at FreeBSD.org
Sat Jul 7 11:39:21 UTC 2018
Author: ed
Date: Sat Jul 7 11:39:20 2018
New Revision: 336059
URL: https://svnweb.freebsd.org/changeset/base/336059
Log:
MFC r335862:
Document that syslogd -v has no effect when RFC 5424 mode is enabled.
The variable it sets, LogFacPri, is only used in the RFC 3164 formatting
codepath.
PR: 229457
Modified:
stable/11/usr.sbin/syslogd/syslogd.8
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/usr.sbin/syslogd/syslogd.8
==============================================================================
--- stable/11/usr.sbin/syslogd/syslogd.8 Sat Jul 7 11:38:44 2018 (r336058)
+++ stable/11/usr.sbin/syslogd/syslogd.8 Sat Jul 7 11:39:20 2018 (r336059)
@@ -28,7 +28,7 @@
.\" @(#)syslogd.8 8.1 (Berkeley) 6/6/93
.\" $FreeBSD$
.\"
-.Dd April 15, 2018
+.Dd July 2, 2018
.Dt SYSLOGD 8
.Os
.Sh NAME
@@ -348,6 +348,10 @@ logged with each locally-written message.
If specified more than once,
the names of the facility and priority are logged with each locally-written
message.
+.Pp
+This option only affects the formatting of RFC 3164 messages.
+Messages formatted according to RFC 5424 always include a
+facility/priority number.
.El
.Pp
The
More information about the svn-src-stable-11
mailing list