svn commit: r283820 - head/contrib/traceroute

Michael Tuexen tuexen at FreeBSD.org
Sun May 31 12:18:31 UTC 2015


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


More information about the svn-src-all mailing list