summaryrefslogtreecommitdiff
path: root/usr.sbin/spray/spray.8
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-03-11 21:08:05 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-03-11 21:08:05 +0000
commiteab8b0ecfb1469caaf357d26cbe3e5ec524de182 (patch)
tree02325f15778c0aab3d9eba9abc147afba1a7f7bd /usr.sbin/spray/spray.8
parent73a856115702157d58128365662b9519d7daeadc (diff)
cleanup
Diffstat (limited to 'usr.sbin/spray/spray.8')
-rw-r--r--usr.sbin/spray/spray.89
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.sbin/spray/spray.8 b/usr.sbin/spray/spray.8
index 6388f504122..15b61b93892 100644
--- a/usr.sbin/spray/spray.8
+++ b/usr.sbin/spray/spray.8
@@ -1,3 +1,4 @@
+.\" $OpenBSD: spray.8,v 1.3 1999/03/11 21:08:03 aaron Exp $
.\"
.\" Copyright (c) 1994 James A. Jegers
.\" All rights reserved.
@@ -28,7 +29,7 @@
.Nm spray
.Nd send many packets to host
.Sh SYNOPSIS
-.Nm spray
+.Nm
.Op Fl c Ar count
.Op Fl d Ar delay
.Op Fl l Ar length
@@ -36,7 +37,7 @@
\&...
.Ek
.Sh DESCRIPTION
-.Nm Spray
+.Nm
sends multiple RPC packets to
.Ar host
and records how many of them were correctly received and how long it took.
@@ -58,11 +59,11 @@ bytes.
Not all values of
.Ar length
are possible because RPC data is encoded using XDR.
-.Nm Spray
+.Nm
rounds up to the nearest possible value.
.El
.Pp
-.Nm Spray
+.Nm
is intended for use in network testing, measurement, and management.
This command
.Bf -emphasis