diff options
author | Jared Yanovich <jaredy@cvs.openbsd.org> | 2004-07-27 13:33:38 +0000 |
---|---|---|
committer | Jared Yanovich <jaredy@cvs.openbsd.org> | 2004-07-27 13:33:38 +0000 |
commit | 5f70e1e963dbb4d38de80b7980f2bda2884a3679 (patch) | |
tree | efc63bcfebe21599626f073dd8eec8922e2a24c4 /usr.bin | |
parent | 552e18b2c5fca18c4f5c1f3beb4b4ee90acb16e8 (diff) |
macro fixes
punctuation
use 'Bl -diag' for diagnostic lists
ok jmc
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/rup/rup.1 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/usr.bin/rup/rup.1 b/usr.bin/rup/rup.1 index 26aa444b1ea..2321cff1975 100644 --- a/usr.bin/rup/rup.1 +++ b/usr.bin/rup/rup.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rup.1,v 1.10 2003/06/03 02:56:15 millert Exp $ +.\" $OpenBSD: rup.1,v 1.11 2004/07/27 13:33:37 jaredy Exp $ .\" .\" Copyright (c) 1985, 1991 The Regents of the University of California. .\" All rights reserved. @@ -41,13 +41,13 @@ .Sh DESCRIPTION .Nm displays a summary of the current system status of a particular -.Em host +.Ar host or all hosts on the local network. The output shows the current time of day, how long the system has been up, and the load averages. The load average numbers give the number of jobs in the run queue -averaged over 1, 5 and 15 minutes. +averaged over 1, 5, and 15 minutes. .Pp The options are as follows: .Bl -tag -width Ds @@ -67,14 +67,15 @@ The daemon must be running on the remote host for this command to work. .Nm -uses an RPC protocol defined in /usr/include/rpcsvc/rstat.x. +uses an RPC protocol defined in +.Pa /usr/include/rpcsvc/rstat.x . .Sh EXAMPLES .Bd -unfilled -offset indent -compact $ rup otherhost otherhost up 6 days, 16:45, load average: 0.20, 0.23, 0.18 .Ed .Sh DIAGNOSTICS -.Bl -tag -width indent +.Bl -diag .It rup: RPC: Program not registered The .Xr rpc.rstatd 8 @@ -98,5 +99,4 @@ The host may be down. The .Nm command -appeared in -.Tn SunOS . +appeared in SunOS. |