svn commit: r345512 - head/usr.sbin/daemon
Michael Gmelin
grembo at FreeBSD.org
Mon Mar 25 21:14:52 UTC 2019
Author: grembo (ports committer)
Date: Mon Mar 25 21:14:51 2019
New Revision: 345512
URL: https://svnweb.freebsd.org/changeset/base/345512
Log:
Correct contradictory information on default syslog logging priority.
MFC after: 1 week
Modified:
head/usr.sbin/daemon/daemon.8
Modified: head/usr.sbin/daemon/daemon.8
==============================================================================
--- head/usr.sbin/daemon/daemon.8 Mon Mar 25 18:19:37 2019 (r345511)
+++ head/usr.sbin/daemon/daemon.8 Mon Mar 25 21:14:51 2019 (r345512)
@@ -26,7 +26,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 9, 2018
+.Dd March 25, 2019
.Dt DAEMON 8
.Os
.Sh NAME
@@ -129,7 +129,7 @@ Requires adequate superuser privileges.
.It Fl s Ar syslog_priority
These priorities are accepted: emerg, alert, crit, err, warning,
notice, info, and debug.
-The default is info.
+The default is notice.
.It Fl l Ar syslog_facility
These facilities are accepted: auth, authpriv, console, cron, daemon,
ftp, kern, lpr, mail, news, ntp, security, syslog, user, uucp, and
More information about the svn-src-all
mailing list