Date: Sun, 31 May 2015 12:18:31 +0000 (UTC) From: Michael Tuexen <tuexen@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r283820 - head/contrib/traceroute Message-ID: <201505311218.t4VCIVow005846@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tuexen Date: Sun May 31 12:18:30 2015 New Revision: 283820 URL: https://svnweb.freebsd.org/changeset/base/283820 Log: The code starts with base + 1 as the first port. Fix to documentation to match that. MFC after: 3 days Modified: head/contrib/traceroute/traceroute.8 Modified: head/contrib/traceroute/traceroute.8 ============================================================================== --- head/contrib/traceroute/traceroute.8 Sun May 31 12:11:05 2015 (r283819) +++ head/contrib/traceroute/traceroute.8 Sun May 31 12:18:30 2015 (r283820) @@ -125,9 +125,9 @@ Traceroute hopes that nothing is listeni if used by .Nm and supported by the peer) -.Em base +.Em base + 1 to -.Em base + nhops * nprobes - 1 +.Em base + nhops * nprobes at the destination host (so an ICMP PORT_UNREACHABLE message will be returned to terminate the route tracing). If something is listening on a port in the default range, this option can be used
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505311218.t4VCIVow005846>