diff options
author | Philippe Charnier <charnier@FreeBSD.org> | 2002-07-14 14:47:15 +0000 |
---|---|---|
committer | Philippe Charnier <charnier@FreeBSD.org> | 2002-07-14 14:47:15 +0000 |
commit | 490d5836b5ab0c76675986696b1637fff97dfae2 (patch) | |
tree | 1cffbfcbeace5b3e6b01d3c6b67a9c10233bc810 /usr.sbin/spray/spray.8 | |
parent | fb9f73c4dd34b5748d573f1eb7edad1b4e0a3666 (diff) |
The .Nm utility
Notes
Notes:
svn path=/head/; revision=99968
Diffstat (limited to 'usr.sbin/spray/spray.8')
-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 6718e60aad40..e10704886771 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 |