summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjaredy <jaredy@openbsd.org>2004-07-27 13:33:37 +0000
committerjaredy <jaredy@openbsd.org>2004-07-27 13:33:37 +0000
commita3b3f8a82108ae092dc46a8058b0d71b4f7baa08 (patch)
tree69a262e29185e8af5a8c232f3168c1361e2ae435
parentsuport macro expansion for peer spec in filter rules (diff)
downloadwireguard-openbsd-a3b3f8a82108ae092dc46a8058b0d71b4f7baa08.tar.xz
wireguard-openbsd-a3b3f8a82108ae092dc46a8058b0d71b4f7baa08.zip
macro fixes
punctuation use 'Bl -diag' for diagnostic lists ok jmc
-rw-r--r--usr.bin/rup/rup.114
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.