diff options
author | ru <ru@FreeBSD.org> | 2001-04-04 11:33:01 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-04-04 11:33:01 +0000 |
commit | ab86af99f4551988317fc6ac70bf079056f61176 (patch) | |
tree | 5c8f7d8d3be1907f300c8e1d50ad8aab597c7086 | |
parent | 9141a72665ce08b4e9b49a6f7348dc67954f796c (diff) | |
download | FreeBSD-src-ab86af99f4551988317fc6ac70bf079056f61176.zip FreeBSD-src-ab86af99f4551988317fc6ac70bf079056f61176.tar.gz |
mdoc(7) police: removed hard sentence break.
-rw-r--r-- | usr.sbin/syslogd/syslog.conf.5 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/syslogd/syslog.conf.5 b/usr.sbin/syslogd/syslog.conf.5 index ea5f978..bc80bc4 100644 --- a/usr.sbin/syslogd/syslog.conf.5 +++ b/usr.sbin/syslogd/syslog.conf.5 @@ -64,7 +64,7 @@ The .Em selector field is separated from the .Em action -field by one or more tab characters or spaces. +field by one or more tab characters or spaces. .Pp Note that if you use spaces as separators, your .Pa syslog.conf @@ -102,7 +102,8 @@ The 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. These keywords (with the exception of mark) correspond to the +local7. +These keywords (with the exception of mark) correspond to the similar .Dq Dv LOG_ values specified to the |