Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/traceroute Patch from PR 14724 to document the -q o...



details:   https://anonhg.NetBSD.org/src/rev/a3b6c87f5891
branches:  trunk
changeset: 521731:a3b6c87f5891
user:      fair <fair%NetBSD.org@localhost>
date:      Mon Feb 04 10:49:19 2002 +0000

description:
Patch from PR 14724 to document the -q option.

diffstat:

 usr.sbin/traceroute/traceroute.8 |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 1d9b3d197cf6 -r a3b6c87f5891 usr.sbin/traceroute/traceroute.8
--- a/usr.sbin/traceroute/traceroute.8  Mon Feb 04 10:35:39 2002 +0000
+++ b/usr.sbin/traceroute/traceroute.8  Mon Feb 04 10:49:19 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: traceroute.8,v 1.15 2002/02/02 02:03:13 wiz Exp $
+.\" $NetBSD: traceroute.8,v 1.16 2002/02/04 10:49:19 fair Exp $
 .\"
 .\" Copyright (c) 1989, 1995, 1996, 1997
 .\"    The Regents of the University of California.  All rights reserved.
@@ -150,6 +150,10 @@
 Set the "don't fragment" bit, and use the next hop mtu each time we get
 the "need fragmentation" error, thus probing the path MTU.
 .TP
+.B \-q
+Set the number of probe packets sent for each hop.  By default, traceroute
+sends three probe packets.
+.TP
 .B \-r
 Bypass the normal routing tables and send directly to a host on an attached
 network.



Home | Main Index | Thread Index | Old Index