diff options
author | charnier <charnier@FreeBSD.org> | 2002-07-14 14:47:15 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 2002-07-14 14:47:15 +0000 |
commit | d2168fe021bd1693c1038503e09d3d74dd8b6f36 (patch) | |
tree | 1cffbfcbeace5b3e6b01d3c6b67a9c10233bc810 /usr.sbin/spray | |
parent | 745a7b1537c2ebb511bcf928366eefe72af77dac (diff) | |
download | FreeBSD-src-d2168fe021bd1693c1038503e09d3d74dd8b6f36.zip FreeBSD-src-d2168fe021bd1693c1038503e09d3d74dd8b6f36.tar.gz |
The .Nm utility
Diffstat (limited to 'usr.sbin/spray')
-rw-r--r-- | usr.sbin/spray/spray.8 | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/usr.sbin/spray/spray.8 b/usr.sbin/spray/spray.8 index 6718e60..e107048 100644 --- a/usr.sbin/spray/spray.8 +++ b/usr.sbin/spray/spray.8 @@ -36,8 +36,9 @@ .Op Fl l Ar length .Ar host .Sh DESCRIPTION -.Nm Spray -sends multiple RPC packets to +The +.Nm +utility sends multiple RPC packets to .Ar host and records how many of them were correctly received and how long it took. .Pp @@ -58,12 +59,14 @@ bytes. Not all values of .Ar length are possible because RPC data is encoded using XDR. -.Nm Spray -rounds up to the nearest possible value. +The +.Nm +utility rounds up to the nearest possible value. .El .Pp -.Nm Spray -is intended for use in network testing, measurement, and management. +The +.Nm +utility is intended for use in network testing, measurement, and management. This command .Em "can be very hard on a network and should be used with caution" . .Sh SEE ALSO |