summaryrefslogtreecommitdiff
path: root/usr.sbin/traceroute/traceroute.8
AgeCommit message (Collapse)Author
2003-08-27- sort SYNOPSIS and DESCRIPTIONJason McIntyre
- add -v to SYNOPSIS from Andrey Matveev; - indent examples - sync usage() with man page ok deraadt@
2003-06-12- section reorderJason McIntyre
- macro fixes - kill whitespace at EOL - new sentence, new line
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-04-03HPUX, HP/UX -> HP-UXJason McIntyre
ok mickey@
2003-03-18xon/xoff -> Xon/Xoff;Jason McIntyre
IETF ipng -> IETF IPng; NSFNet -> NSFNET; courtesy NetBSD (Igor Sobrado) ok miod@
2002-11-14use $ or # before commands in examplesTheo de Raadt
2002-08-30add some history regarding use of UDP probe packets vs. ICMP.Kevin Steves
from: http://www.kohala.com/start/papers.others/vanj.99feb08.txt ok deraadt@
2002-08-12missing periodKevin Steves
2002-08-12!X for 3/13 (administratively prohibited); ok itojun@Kevin Steves
2002-08-11document other ICMP redirect code strings; ok millert@Kevin Steves
2002-08-11-m default from net.inet.ip.ttl MIB variable now; ok millert@Kevin Steves
2002-03-31max_ttl default was changed to IPDEFTTL (64) several yearsKevin Steves
ago so catch up documentation; ok millert@
2001-08-02o) .Sh AUTHOR -> .Sh AUTHORS;Mike Pechkin
o) .Sh EXAMPLE -> .Sh EXAMPLES; o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION; millert@ ok
2001-06-09Document -S option to print the data loss in each hop in percents; freebsdPeter Valchev
2000-04-20Change the flag to -f, similar to Solaris.Angelos D. Keromytis
2000-04-20Add a "minimum ttl" option (starting point). Useful for skipping overAngelos D. Keromytis
local-ISP routers that don't generate ICMP time exceeded.
2000-04-15Mostly punctuation fixes.Aaron Campbell
2000-04-11Fix HISTORY section; ian@darwinsys.comAaron Campbell
2000-03-23More pedantic man page formatting insanity, lalalaAaron Campbell
2000-03-19Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otherAaron Campbell
cleanup along the way.
1999-12-23Add -I flag for compatibility.Angelos D. Keromytis
1999-12-18If the protocol specified via the -P flag is 1 (IPPROTO_ICMP), useAngelos D. Keromytis
ICMP Echo Request packets (rather than UDP packets) for the traceroute (mlists@gizmo.kyrnet.kg) Also, if the -c flag is specified, the UDP destination port is not incremented; rather, the base port is used for all packets (33434 or as set via the -p flag).
1999-09-23Typo fixes.Alex Feldman
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1999-05-12grammar police: do not hyphenate compound words that act as adjectives if theAaron Campbell
first word ends in -ly i.e., fully-qualified, newly-created, globally-visible, etc. are wrong
1999-04-02all .Nm macros should have an argument in SYNOPSIS; also misc cleanupAaron Campbell
1999-03-01insert a missing .Ar; d@Aaron Campbell
1999-02-17re-enable the bind() for non-superusers so normal users cannot set the ↵Todd C. Miller
source address to be a non-local address
1998-04-25ports used are base to base+nhops*nqueries-1; henry@zoo.utoronto.caTheo de Raadt
1997-07-24doc that -P exists for sipp-* debugging, mostlyTheo de Raadt
1997-06-11angelos made me say thisTheo de Raadt
1997-06-09permit changing protocol, useful for debugging sipp-esp/sipp-ah/ipencap; ↵Theo de Raadt
angelos/niklas/me
1997-02-22add "-l" flag see NetBSD PR #3227kstailey
1996-05-19Recognize "{net,host} access prohibited" icmp reply.Michael Shalayeff
1995-12-14from netbsd:Theo de Raadt
traceroute waits 5 seconds, not 3 seconds, before printing a *
1995-10-18initial import of NetBSD treeTheo de Raadt