diff options
Diffstat (limited to 'sbin/ping6/ping6.8')
-rw-r--r-- | sbin/ping6/ping6.8 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sbin/ping6/ping6.8 b/sbin/ping6/ping6.8 index 17049b1d379..cc1a5dd629b 100644 --- a/sbin/ping6/ping6.8 +++ b/sbin/ping6/ping6.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ping6.8,v 1.40 2009/05/31 17:33:39 ckuethe Exp $ +.\" $OpenBSD: ping6.8,v 1.41 2009/06/01 14:16:02 jmc Exp $ .\" $KAME: ping6.8,v 1.57 2002/05/26 13:18:25 itojun Exp $ .\" .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2009 $ +.Dd $Mdocdate: June 1 2009 $ .Dt PING6 8 .Os .Sh NAME @@ -107,17 +107,17 @@ Set the .Dv SO_DEBUG option on the socket being used. .It Fl E -Emit an audible beep (by sending an ascii BEL character to the +Emit an audible beep (by sending an ASCII BEL character to the standard error output) when no packet is received before the next packet is transmitted. To cater for round-trip times that are longer than the interval between transmissions, further missing packets cause a bell only if the maximum number of unreceived packets has increased. -This is disabled for flood pings. +This option is disabled for flood pings. .It Fl e -Emit an audible beep (by sending an ascii BEL character to the +Emit an audible beep (by sending an ASCII BEL character to the standard error output) after each non-duplicate response is received. -This is disabled for flood pings. +This option is disabled for flood pings. .It Fl f Flood ping. Outputs packets as fast as they come back or one hundred times per second, |