diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-11-15 19:41:01 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-11-15 19:41:01 +0000 |
commit | a19cc305d68e393ccdca98f94032cbf60cd8d364 (patch) | |
tree | 61ac2529240090a4850c5e2add8bbd9fcda0f70d /usr.bin/whois/whois.1 | |
parent | 0ef576995c8003ee1f45c47f82033ae358bba149 (diff) |
o Make -q option the default
o When invoked with no arguments and the record contains 'Whois Server: foo'
also do the lookup using foo as the whois server.
o If an entry BAR is not found (No match for "BAR"), fall back on
whois.internic.net. This makes internic handle lookups work again.
o Fix lookup of multiple entries
o Add -Q (quick) option to turn off double lookup
Note:
Double lookups will not work properly until {com,net,org}.whois-servers.net
has been changed to point to whois.crsnic.net (in progress).
Man page still needs a bit of work.
Diffstat (limited to 'usr.bin/whois/whois.1')
-rw-r--r-- | usr.bin/whois/whois.1 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/usr.bin/whois/whois.1 b/usr.bin/whois/whois.1 index 9700d2a4e3c..40f5dae5ffd 100644 --- a/usr.bin/whois/whois.1 +++ b/usr.bin/whois/whois.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: whois.1,v 1.8 1999/11/15 01:46:41 millert Exp $ +.\" $OpenBSD: whois.1,v 1.9 1999/11/15 19:40:59 millert Exp $ .\" $NetBSD: whois.1,v 1.5 1995/08/31 21:51:32 jtc Exp $ .\" .\" Copyright (c) 1985, 1990, 1993 @@ -42,7 +42,7 @@ .Nd Internet domain name and network number directory service .Sh SYNOPSIS .Nm whois -.Op Fl adgiprR +.Op Fl adgipqQrR .Op Fl h Ar host .Ar name Op Ar ... .Sh DESCRIPTION @@ -109,7 +109,14 @@ automatically for a large number of TLDs, ie. all of the following will whois -q nic.fr whois -q demon.co.uk .Ed +This option is now the default. .Pp +.It Fl Q +Do a quick lookup. This means that +.Nm +will not attempt to lookup the name in the authoratative whois +server (if one is listed) nor will it contact InterNic if a lookup +fails. This flag has no effect when combined with any other flag. .It Fl r Use the R\(aaeseaux IP Europ\(aaeens .Pq Tn RIPE |