diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-03-11 21:08:05 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-03-11 21:08:05 +0000 |
commit | eab8b0ecfb1469caaf357d26cbe3e5ec524de182 (patch) | |
tree | 02325f15778c0aab3d9eba9abc147afba1a7f7bd /usr.sbin/spray/spray.8 | |
parent | 73a856115702157d58128365662b9519d7daeadc (diff) |
cleanup
Diffstat (limited to 'usr.sbin/spray/spray.8')
-rw-r--r-- | usr.sbin/spray/spray.8 | 9 |
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 |