aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>2000-03-27 20:36:55 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>2000-03-27 20:36:55 +0000
commitd3b7ea3d8c9a73d889746ed2dc36fdadcb21fbbc (patch)
tree0838fe2993b6cc17ef2bbdb821e2059f95f544e3
parentffa1b5c1650c216b34e5bde6e01b26757fd17003 (diff)
downloadsrc-d3b7ea3d8c9a73d889746ed2dc36fdadcb21fbbc.tar.gz
src-d3b7ea3d8c9a73d889746ed2dc36fdadcb21fbbc.zip
More rusers to .Nm convertion
Some of them found by: Sheldon
Notes
Notes: svn path=/head/; revision=58703
-rw-r--r--usr.bin/rusers/rusers.114
1 files changed, 9 insertions, 5 deletions
diff --git a/usr.bin/rusers/rusers.1 b/usr.bin/rusers/rusers.1
index e9fb74b92a86..52075b2050e5 100644
--- a/usr.bin/rusers/rusers.1
+++ b/usr.bin/rusers/rusers.1
@@ -53,10 +53,14 @@ or all machines on the local
network.
For each
.Ar host
-responding to the rusers query,
+responding to the
+.Nm
+query,
the hostname with the names of the users currently logged
on is printed on each line.
-The rusers command will wait for
+The
+.Nm
+command will wait for
one minute to catch late responders.
.Pp
The following options are available:
@@ -72,16 +76,16 @@ and the remote host they logged in from (if applicable).
.El
.Sh DIAGNOSTICS
.Bl -tag -width indent
-.It rusers: RPC: Program not registered
+.It Nm Ns : RPC: Program not registered
The
.Xr rpc.rusersd 8
daemon has not been started on the remote host.
-.It rusers: RPC: Timed out
+.It Nm Ns : RPC: Timed out
A communication error occurred. Either the network is
excessively congested, or the
.Xr rpc.rusersd 8
daemon has terminated on the remote host.
-.It rusers: RPC: Port mapper failure - RPC: Timed out
+.It Nm Ns : "RPC: Port mapper failure - RPC: Timed out"
The remote host is not running the portmapper (see
.Xr portmap 8 ),
and cannot accommodate any RPC-based services. The host may be down.