diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-04-25 20:21:42 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-04-25 20:21:42 +0000 |
commit | d9b4ff2882ce861d371e56d6a4c421cfaf4baf30 (patch) | |
tree | 041a7b9f9720a4fef0a8809f454a38f43818c0f8 | |
parent | eefb0691a1f677797d528d5277541facd7bcb2de (diff) |
ports used are base to base+nhops*nqueries-1; henry@zoo.utoronto.ca
-rw-r--r-- | usr.sbin/traceroute/traceroute.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/traceroute/traceroute.8 b/usr.sbin/traceroute/traceroute.8 index 41e73028ed1..469076f5a56 100644 --- a/usr.sbin/traceroute/traceroute.8 +++ b/usr.sbin/traceroute/traceroute.8 @@ -119,7 +119,7 @@ hopes that nothing is listening on ports .Em base to -.Em base+nhops-1 +.Em base+nhops*nqueries-1 at the destination host (so an .Tn ICMP .Dv PORT_UNREACHABLE |