The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=8678140127296c15894094087b81f71fe79a21d9
commit 8678140127296c15894094087b81f71fe79a21d9 Author: Felix Guest <felix.the....@gmail.com> AuthorDate: 2021-09-21 15:29:39 +0000 Commit: Mark Johnston <ma...@freebsd.org> CommitDate: 2021-09-21 16:07:39 +0000 syslog.conf.5: Fix the message priority order PR: 219942 MFC after: 1 week --- usr.sbin/syslogd/syslog.conf.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/syslogd/syslog.conf.5 b/usr.sbin/syslogd/syslog.conf.5 index 48f5c88048cb..7afd6b94cdf7 100644 --- a/usr.sbin/syslogd/syslog.conf.5 +++ b/usr.sbin/syslogd/syslog.conf.5 @@ -144,7 +144,7 @@ The .Em level describes the severity of the message, and is a keyword from the following ordered list (higher to lower): -.Cm emerg , crit , alert , err , warning , notice , info +.Cm emerg , alert , crit , err , warning , notice , info and .Cm debug . These keywords correspond to _______________________________________________ dev-commits-src-main@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "dev-commits-src-main-unsubscr...@freebsd.org"