diff options
| author | Tom Rhodes <trhodes@FreeBSD.org> | 2006-10-12 01:59:34 +0000 |
|---|---|---|
| committer | Tom Rhodes <trhodes@FreeBSD.org> | 2006-10-12 01:59:34 +0000 |
| commit | 42c3aae2eabea94d471f17ea4c54a202e66d234c (patch) | |
| tree | df77285aad932085be4c664717025afeb25c44ab | |
| parent | 0f49c887b900435e53ed000b4a26585ec2a04b05 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/syslogd/syslog.conf.5 | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/usr.sbin/syslogd/syslog.conf.5 b/usr.sbin/syslogd/syslog.conf.5 index 1a86a4cc8099f..7275fe6607c39 100644 --- a/usr.sbin/syslogd/syslog.conf.5 +++ b/usr.sbin/syslogd/syslog.conf.5 @@ -94,9 +94,13 @@ are case insensitive. The .Em facility describes the part of the system generating the message, and is one of -the following keywords: auth, authpriv, console, cron, daemon, ftp, kern, -lpr, mail, mark, news, ntp, security, syslog, user, uucp and local0 through -local7. +the following keywords: +.Cm auth , authpriv , console , cron , daemon , ftp , kern , lpr , +.Cm mail , mark , news , ntp , security , syslog , user , uucp , +and +.Cm local0 +through +.Cm local7 . These keywords (with the exception of mark) correspond to similar .Dq Dv LOG_ @@ -132,8 +136,10 @@ has the same meaning as The .Em level describes the severity of the message, and is a keyword from the -following ordered list (higher to lower): emerg, alert, crit, err, -warning, notice, info and debug. +following ordered list (higher to lower): +.Cm emerg , alert , err , warning , notice , info +and +.Cm debug . These keywords correspond to similar .Dq Dv LOG_ |
