=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rup/rup.1,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- src/usr.bin/rup/rup.1 2003/06/03 02:56:15 1.10 +++ src/usr.bin/rup/rup.1 2004/07/27 13:33:37 1.11 @@ -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 @@ 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 .Nm command -appeared in -.Tn SunOS . +appeared in SunOS.