diff options
author | Hugh Graham <hugh@cvs.openbsd.org> | 2000-03-23 09:08:14 +0000 |
---|---|---|
committer | Hugh Graham <hugh@cvs.openbsd.org> | 2000-03-23 09:08:14 +0000 |
commit | d66e702367cad6ad4bdb3038f6f500811c97dc6e (patch) | |
tree | 445562ab21e399838eaebdb51b73f95918101cf8 /sbin/ping | |
parent | 4e21c272d514bc954a5e22ee8b968e372ad92887 (diff) |
tidy
Diffstat (limited to 'sbin/ping')
-rw-r--r-- | sbin/ping/ping.8 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sbin/ping/ping.8 b/sbin/ping/ping.8 index 477c44c62a7..06c5d6aa839 100644 --- a/sbin/ping/ping.8 +++ b/sbin/ping/ping.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ping.8,v 1.20 2000/03/18 22:56:02 aaron Exp $ +.\" $OpenBSD: ping.8,v 1.21 2000/03/23 09:08:13 hugh Exp $ .\" $NetBSD: ping.8,v 1.10 1995/12/31 04:55:35 ghudson Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 @@ -112,8 +112,7 @@ For unicast and multicast pings. .It Fl i Ar wait Wait .Ar wait -seconds -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. |