aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorMichael Tuexen <tuexen@FreeBSD.org>2015-05-31 12:18:30 +0000
committerMichael Tuexen <tuexen@FreeBSD.org>2015-05-31 12:18:30 +0000
commit27edc3a655941f3657ca33fe93f73c3e621e992c (patch)
tree8593bd56b1f8b379dc517ff3ae2377bd93cd9ff1 /contrib
parent0239602b83b2819edc687a22d472b8cf1facb1e2 (diff)
downloadsrc-27edc3a655941f3657ca33fe93f73c3e621e992c.tar.gz
src-27edc3a655941f3657ca33fe93f73c3e621e992c.zip
The code starts with base + 1 as the first port. Fix to documentation
to match that. MFC after: 3 days
Notes
Notes: svn path=/head/; revision=283820
Diffstat (limited to 'contrib')
-rw-r--r--contrib/traceroute/traceroute.84
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/traceroute/traceroute.8 b/contrib/traceroute/traceroute.8
index 952da4109675..ebfcc364779f 100644
--- a/contrib/traceroute/traceroute.8
+++ b/contrib/traceroute/traceroute.8
@@ -125,9 +125,9 @@ Traceroute hopes that nothing is listening on UDP ports (or UDP-Lite ports
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