Source-Changes-HG archive

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

[src/netbsd-1-5]: src/usr.sbin/traceroute Pullup 1.11 [wiz]:



details:   https://anonhg.NetBSD.org/src/rev/26de45ff760c
branches:  netbsd-1-5
changeset: 490119:26de45ff760c
user:      tv <tv%NetBSD.org@localhost>
date:      Fri Nov 03 18:48:16 2000 +0000

description:
Pullup 1.11 [wiz]:
Remove duplicate entry for -d option, fixing misc/11414.
Sort options while I'm here.

diffstat:

 usr.sbin/traceroute/traceroute.8 |  21 +++++++++------------
 1 files changed, 9 insertions(+), 12 deletions(-)

diffs (55 lines):

diff -r 9783e11569f3 -r 26de45ff760c usr.sbin/traceroute/traceroute.8
--- a/usr.sbin/traceroute/traceroute.8  Fri Nov 03 18:46:30 2000 +0000
+++ b/usr.sbin/traceroute/traceroute.8  Fri Nov 03 18:48:16 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: traceroute.8,v 1.10 2000/06/12 16:26:13 itojun Exp $
+.\" $NetBSD: traceroute.8,v 1.10.2.1 2000/11/03 18:48:16 tv Exp $
 .\"
 .\" Copyright (c) 1989, 1995, 1996, 1997
 .\"    The Regents of the University of California.  All rights reserved.
@@ -91,23 +91,12 @@
 .B \-D
 Dump the packet data to standard error before transmitting it.
 .TP
-.B \-l
-Display the ttl value of the returned packet.  This is useful for
-checking for assymetric routing.
-.TP
 .B \-f
 Set the initial time-to-live used in the first outgoing probe packet. 
 .TP
 .B \-F
 Set the "don't fragment" bit.
 .TP
-.B \-P
-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 \-d
-Enable socket level debugging.
-.TP
 .B \-g
 Specify a loose source route gateway (8 maximum).
 .TP
@@ -121,6 +110,10 @@
 .B \-I
 Use ICMP ECHO instead of UDP datagrams.
 .TP
+.B \-l
+Display the ttl value of the returned packet.  This is useful for
+checking for assymetric routing.
+.TP
 .B \-m
 Set the max time-to-live (max number of hops) used in outgoing probe
 packets.  The default is 30 hops (the same default used for TCP
@@ -142,6 +135,10 @@
 listening on a port in the default range, this option can be used
 to pick an unused port range.
 .TP
+.B \-P
+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 \-r
 Bypass the normal routing tables and send directly to a host on an attached
 network.



Home | Main Index | Thread Index | Old Index