mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-04 12:52:15 +00:00
Mark up keywords with .Cm.
PR: 95039 Sumitted by: SeaD (older version) Reviewed by: ru
This commit is contained in:
parent
0f49c887b9
commit
42c3aae2ea
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163255
@ -94,9 +94,13 @@ are case insensitive.
|
|||||||
The
|
The
|
||||||
.Em facility
|
.Em facility
|
||||||
describes the part of the system generating the message, and is one of
|
describes the part of the system generating the message, and is one of
|
||||||
the following keywords: auth, authpriv, console, cron, daemon, ftp, kern,
|
the following keywords:
|
||||||
lpr, mail, mark, news, ntp, security, syslog, user, uucp and local0 through
|
.Cm auth , authpriv , console , cron , daemon , ftp , kern , lpr ,
|
||||||
local7.
|
.Cm mail , mark , news , ntp , security , syslog , user , uucp ,
|
||||||
|
and
|
||||||
|
.Cm local0
|
||||||
|
through
|
||||||
|
.Cm local7 .
|
||||||
These keywords (with the exception of mark) correspond to
|
These keywords (with the exception of mark) correspond to
|
||||||
similar
|
similar
|
||||||
.Dq Dv LOG_
|
.Dq Dv LOG_
|
||||||
@ -132,8 +136,10 @@ has the same meaning as
|
|||||||
The
|
The
|
||||||
.Em level
|
.Em level
|
||||||
describes the severity of the message, and is a keyword from the
|
describes the severity of the message, and is a keyword from the
|
||||||
following ordered list (higher to lower): emerg, alert, crit, err,
|
following ordered list (higher to lower):
|
||||||
warning, notice, info and debug.
|
.Cm emerg , alert , err , warning , notice , info
|
||||||
|
and
|
||||||
|
.Cm debug .
|
||||||
These keywords correspond to
|
These keywords correspond to
|
||||||
similar
|
similar
|
||||||
.Dq Dv LOG_
|
.Dq Dv LOG_
|
||||||
|
Loading…
Reference in New Issue
Block a user