diff options
author | dd <dd@FreeBSD.org> | 2001-07-15 08:06:20 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-07-15 08:06:20 +0000 |
commit | 911ca14c8798a89d240d36ecbc63b5df5dd99f66 (patch) | |
tree | 62f210bf3aee25e49335dc77030fff6e97fbe447 /usr.sbin/syslogd | |
parent | a145482cf625d5f04072fd1d20b5c2062cbe8e47 (diff) | |
download | FreeBSD-src-911ca14c8798a89d240d36ecbc63b5df5dd99f66.zip FreeBSD-src-911ca14c8798a89d240d36ecbc63b5df5dd99f66.tar.gz |
Remove whitespace at EOL.
Diffstat (limited to 'usr.sbin/syslogd')
-rw-r--r-- | usr.sbin/syslogd/syslog.conf.5 | 14 | ||||
-rw-r--r-- | usr.sbin/syslogd/syslogd.8 | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/usr.sbin/syslogd/syslog.conf.5 b/usr.sbin/syslogd/syslog.conf.5 index c4d92a8..3e5ceec 100644 --- a/usr.sbin/syslogd/syslog.conf.5 +++ b/usr.sbin/syslogd/syslog.conf.5 @@ -66,15 +66,15 @@ field is separated from the .Em action field by one or more tab characters or spaces. .Pp -Note that if you use spaces as separators, your +Note that if you use spaces as separators, your .Pa syslog.conf might be incompatible with other Unices or Unix-like systems. This functionality was added for the ease of configuration -(e.g. it is possible to cut-and-paste into +(e.g. it is possible to cut-and-paste into .Pa syslog.conf -), +), and to avoid possible mistakes. -This change however preserves +This change however preserves backwards compatibility with the old style of the .Pa syslog.conf (i.e. tab characters only). @@ -100,8 +100,8 @@ 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 +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 similar @@ -138,7 +138,7 @@ values specified to the .Xr syslog 3 library routine. .Pp -Each block of lines is separated from the previous block by a +Each block of lines is separated from the previous block by a .Em program or .Em hostname diff --git a/usr.sbin/syslogd/syslogd.8 b/usr.sbin/syslogd/syslogd.8 index a1a37a3..ff4bd3a 100644 --- a/usr.sbin/syslogd/syslogd.8 +++ b/usr.sbin/syslogd/syslogd.8 @@ -162,7 +162,7 @@ the default is .It Fl k Disable the translation of messages received with facility -.Dq kern +.Dq kern to facility .Dq user . Usually the |