diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2014-06-06 17:43:00 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2014-06-06 17:43:00 +0000 |
commit | 31fda7c29380f54ff66ae99eb44f5108d75c9fd1 (patch) | |
tree | d43a665a40ed7ae4859a8d94049dc9b9d460bdb3 | |
parent | 19a14b82b84b72643bf9390d7f4bdf634d0275a3 (diff) |
Update description of optional argument "datalen" to reality.
Issue pointed out by, tweak and "looks ok" jmc@
-rw-r--r-- | usr.sbin/traceroute/traceroute.8 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/usr.sbin/traceroute/traceroute.8 b/usr.sbin/traceroute/traceroute.8 index 23cf9e05b59..72d093a6cb5 100644 --- a/usr.sbin/traceroute/traceroute.8 +++ b/usr.sbin/traceroute/traceroute.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: traceroute.8,v 1.60 2014/05/01 18:46:01 jmc Exp $ +.\" $OpenBSD: traceroute.8,v 1.61 2014/06/06 17:42:59 florian Exp $ .\" $NetBSD: traceroute.8,v 1.6 1995/10/12 03:05:50 mycroft Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 @@ -33,7 +33,7 @@ .\" .\" @(#)traceroute.8 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: May 1 2014 $ +.Dd $Mdocdate: June 6 2014 $ .Dt TRACEROUTE 8 .Os .Sh NAME @@ -84,9 +84,11 @@ instead using hop limits and ICMPv6 responses. .Pp The only mandatory parameter is the destination host name or IP number. -The default probe datagram length is 38 bytes, but this may be increased -by specifying a packet size (in bytes) after the destination host -name. +The default probe datagram length is 40 bytes for IPv4 UDP and 60 +bytes for ICMP, IPv6 UDP and ICMP6. +This may be increased by +.Ar datalen +bytes. .Pp The options are as follows: .Bl -tag -width Ds |