diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2012-01-12 11:25:41 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2012-01-12 11:25:41 +0000 |
commit | 7eba8990714acaf5cb2935ca6a5dac759ce3c70f (patch) | |
tree | e4781661a3916225d851826819e2e799e0651655 | |
parent | 84eb4cd7ec404631e6bdad07830385ee22632b43 (diff) |
Mention the information source used for the ASN lookup.
-rw-r--r-- | usr.sbin/traceroute/traceroute.8 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/traceroute/traceroute.8 b/usr.sbin/traceroute/traceroute.8 index d409e288205..2bce35fd0c8 100644 --- a/usr.sbin/traceroute/traceroute.8 +++ b/usr.sbin/traceroute/traceroute.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: traceroute.8,v 1.49 2011/11/08 16:44:46 jmc Exp $ +.\" $OpenBSD: traceroute.8,v 1.50 2012/01/12 11:25:40 sthen 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: November 8 2011 $ +.Dd $Mdocdate: January 12 2012 $ .Dt TRACEROUTE 8 .Os .Sh NAME @@ -77,6 +77,8 @@ The options are as follows: .Bl -tag -width Ds .It Fl A Look up the AS number for each hop address. +Uses the DNS service described at +http://www.team-cymru.org/Services/ip-to-asn.html. .It Fl c Do not increment the destination port number in successive UDP packets. Rather, all UDP packets will have the same destination port, as set via the |