diff options
author | Hugh Graham <hugh@cvs.openbsd.org> | 2000-03-23 11:26:19 +0000 |
---|---|---|
committer | Hugh Graham <hugh@cvs.openbsd.org> | 2000-03-23 11:26:19 +0000 |
commit | 43447fcd9f547b8c56c62ebef21230bda241fe2c (patch) | |
tree | a2cb7bd00fffc06447e6dd50379fad22da79ecef /sbin/ping6/ping6.8 | |
parent | 8778a2f727247ae8aac88b456b03c78fcded81e4 (diff) |
Support std-dev gathering and fine interval like our regular ping.
Diffstat (limited to 'sbin/ping6/ping6.8')
-rw-r--r-- | sbin/ping6/ping6.8 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sbin/ping6/ping6.8 b/sbin/ping6/ping6.8 index 0ec28ae4b51..9746978bb1e 100644 --- a/sbin/ping6/ping6.8 +++ b/sbin/ping6/ping6.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ping6.8,v 1.6 2000/03/18 22:56:03 aaron Exp $ +.\" $OpenBSD: ping6.8,v 1.7 2000/03/23 11:26:17 hugh Exp $ .\" .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. .\" All rights reserved. @@ -142,9 +142,10 @@ or link-local/site-local unicast address. .It Fl i Ar wait Wait .Ar wait -seconds -.Em between sending each packet . +seconds between sending each packet. The default is to wait for one second between each packet. +The wait time may be fractional, but only the super-user may specify +a value less than one second. This option is incompatible with the .Fl f option. |