diff options
author | mpp <mpp@FreeBSD.org> | 1997-03-16 07:12:20 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1997-03-16 07:12:20 +0000 |
commit | 1080e3f7fdf3dc172045d876e3a02976286b4593 (patch) | |
tree | 5f3e5313150d21a5eaa933d5621a6d9804e52155 /usr.sbin | |
parent | c3b65d5e1fa4e938db340f8200c93bbc92c2e85b (diff) | |
download | FreeBSD-src-1080e3f7fdf3dc172045d876e3a02976286b4593.zip FreeBSD-src-1080e3f7fdf3dc172045d876e3a02976286b4593.tar.gz |
Typo police.
Partially obtained from: NetBSD PR# 3333
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/rpc.lockd/rpc.lockd.8 | 4 | ||||
-rw-r--r-- | usr.sbin/rpc.statd/rpc.statd.8 | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/rpc.lockd/rpc.lockd.8 b/usr.sbin/rpc.lockd/rpc.lockd.8 index 62a91aa..e08a160 100644 --- a/usr.sbin/rpc.lockd/rpc.lockd.8 +++ b/usr.sbin/rpc.lockd/rpc.lockd.8 @@ -53,14 +53,14 @@ Options and operands available for The .Fl d option causes debugging information to be written to syslog, recording -all RPC transations to the daemon. These messages are logged with level +all RPC transactions to the daemon. These messages are logged with level LOG_DEBUG and facility LOG_DAEMON. If debug_level is not specified, level 1 is assumed, giving one log line per protocol operation. Higher debug levels can be specified, causing display of operation arguments and internal operations of the daemon. .El .Pp -Error conditions are logged to syslog, irrespecive of the debug level, +Error conditions are logged to syslog, irrespective of the debug level, using log level LOG_ERR and facility LOG_DAEMON. .Pp The diff --git a/usr.sbin/rpc.statd/rpc.statd.8 b/usr.sbin/rpc.statd/rpc.statd.8 index b037476..34061be 100644 --- a/usr.sbin/rpc.statd/rpc.statd.8 +++ b/usr.sbin/rpc.statd/rpc.statd.8 @@ -42,7 +42,7 @@ .Nm rpc.statd .Op Fl d .Sh DESCRIPTION -.Nm rpc.rstatd +.Nm rpc.statd is a daemon which co-operates with rpc.statd daemons on other hosts to provide a status monitoring service. The daemon accepts requests from programs running on the local host (typically, @@ -63,13 +63,13 @@ Options and operands available for The .Fl d option causes debugging information to be written to syslog, recording -all RPC transations to the daemon. These messages are logged with level +all RPC transactions to the daemon. These messages are logged with level LOG_DEBUG and facility LOG_DAEMON. Error conditions are logged irrespective of this option, using level LOG_ERR. .El .Pp The -.Nm rpc.rstatd +.Nm rpc.statd daemon must NOT be invoked by .Xr inetd 8 because the protocol assumes that the daemon will run from system start time. @@ -89,7 +89,7 @@ RPC protocol specification used by local applications to register monitoring req .Xr rpc.lockd 8 .Sh BUGS There is no means for the daemon to tell when a monitored host has -disappeared permanently (eg. catastrophic harware failure), as opposed +disappeared permanently (eg. catastrophic hardware failure), as opposed to transient failure of the host or an intermediate router. At present, it will re-try notification attempts at frequent intervals for 10 minutes, then hourly, and finally gives up after 24 hours. |