diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-01 00:11:30 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-01 00:11:30 +0000 |
commit | 6d56eff7dadafeaa58f5ca64a8063170103c293e (patch) | |
tree | 5ff5ee3acf7f98c03c6bf6126d534f07c3fbb338 /sbin/ping | |
parent | b57c3705915f1badf75faef1594493b18fdd6b5b (diff) |
from netbsd: The maxwait option was accidentally placed in the "options for
multicast pings" section of the description.
Diffstat (limited to 'sbin/ping')
-rw-r--r-- | sbin/ping/ping.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/ping/ping.8 b/sbin/ping/ping.8 index 777082281c8..cd6cad0b7cc 100644 --- a/sbin/ping/ping.8 +++ b/sbin/ping/ping.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: ping.8,v 1.9 1995/10/02 19:47:11 pk Exp $ +.\" $NetBSD: ping.8,v 1.10 1995/12/31 04:55:35 ghudson Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -160,6 +160,9 @@ Verbose output. packets other than .Tn ECHO_RESPONSE that are received are listed. +.It Fl w Ar maxwait +Specifies the number of seconds to wait for a response to a packet +before transmitting the next one. The default is 10. .El .Pp In addition, the following options may be used for multicast pings: @@ -171,9 +174,6 @@ Disable the loopback, so the transmitting host doesn't see the ICMP requests. .It Fl t Ar ttl Use the specified time-to-live. -.It Fl w Ar maxwait -Specifies the number of seconds to wait for a response to a packet -before transmitting the next one. The default is 10. .El .Pp When using |