diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-02-13 22:25:33 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-02-13 22:25:33 +0000 |
| commit | 0227791b40a6936310e1dd376b0883b540fec0c0 (patch) | |
| tree | 8a41fa7aceada1e7e82a06e67d6722b3c843f482 /usr.sbin/syslogd | |
| parent | e340fc602be23c05a35f023bb91e70b4148c2ad9 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/syslogd')
| -rw-r--r-- | usr.sbin/syslogd/syslog.conf.5 | 4 | ||||
| -rw-r--r-- | usr.sbin/syslogd/syslogd.8 | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/syslogd/syslog.conf.5 b/usr.sbin/syslogd/syslog.conf.5 index b9e0e6f11b0f..1e7bbca821fe 100644 --- a/usr.sbin/syslogd/syslog.conf.5 +++ b/usr.sbin/syslogd/syslog.conf.5 @@ -245,7 +245,7 @@ since the latter can easily vary in a networked environment. In some cases, though, an appropriate .Em facility -simply doesn't exist. +simply does not exist. .Pp If a received message matches the specified .Em facility @@ -368,7 +368,7 @@ Upon receipt of a .Dv SIGHUP , .Xr syslogd 8 will close the pipe to the process. -If the process didn't exit +If the process did not exit voluntarily, it will be sent a .Dv SIGTERM signal after a grace period of up to 60 seconds. diff --git a/usr.sbin/syslogd/syslogd.8 b/usr.sbin/syslogd/syslogd.8 index 7e5b7aabefe3..d15b0ab1467b 100644 --- a/usr.sbin/syslogd/syslogd.8 +++ b/usr.sbin/syslogd/syslogd.8 @@ -333,7 +333,7 @@ option is therefore highly recommended. .Pp The .Fl a -matching algorithm doesn't pretend to be very efficient; use of numeric +matching algorithm does not pretend to be very efficient; use of numeric IP addresses is faster than domain name comparison. Since the allowed peer list is being walked linearly, peer groups where frequent messages |
