diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-03-02 22:51:17 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-03-02 22:51:17 +0000 |
| commit | ea6f1fa37f10316b003e30d60c94c02ba0f29d5f (patch) | |
| tree | 2559b6b26a34574290440218f35cda24c262c9bd | |
| parent | 6d9a8d3e8fa24da456346fa8110bc45797a2bc33 (diff) | |
Notes
| -rw-r--r-- | usr.bin/whois/whois.1 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/usr.bin/whois/whois.1 b/usr.bin/whois/whois.1 index 280e2aabe1eb..d0ab40982696 100644 --- a/usr.bin/whois/whois.1 +++ b/usr.bin/whois/whois.1 @@ -58,6 +58,11 @@ database. It contains network numbers used in those parts of the world covered neither by .Tn APNIC nor by .Tn RIPE . +Contact (handle) information should be looked up by appending "-ARIN" to the +NIC handle: +.Pp +.D1 Ic $ whois -a foo3-ARIN +.Pp .It Fl d Use the US Department of Defense database. It contains points of contact for subdomains of @@ -98,6 +103,11 @@ Also, note that the InterNIC database is no longer handled by Network Solutions, Inc. For details, see: http://www.internic.net/. +Contact (handle) information should be looked up by prefixing "handle " to the +NIC handle in the querry: +.Pp +.D1 Ic $ whois -i 'handle foo3' +.Pp .It Fl m Use the Route Arbiter Database .Pq Tn RADB |
