diff options
author | Petr Písař <ppisar@redhat.com> | 2013-04-09 14:20:40 +0200 |
---|---|---|
committer | Marco d'Itri <md@linux.it> | 2013-04-10 17:25:05 +0200 |
commit | 3f0c3d443652677e17cade066e4521b910a27c76 (patch) | |
tree | e42969786b1fa708a13b4daf04f1d408f4de0a52 /whois.conf.5 | |
parent | c5fb072b2b566883b5e045b6e180db233504ae75 (diff) | |
download | whois-3f0c3d443652677e17cade066e4521b910a27c76.tar.gz |
Add whois.conf(5) manual page
Diffstat (limited to 'whois.conf.5')
-rw-r--r-- | whois.conf.5 | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/whois.conf.5 b/whois.conf.5 new file mode 100644 index 0000000..27cc66d --- /dev/null +++ b/whois.conf.5 @@ -0,0 +1,44 @@ +.TH "WHOIS.CONF" "5" "9 April 2013" "Petr Písař" "Debian GNU/Linux" + +.SH "NAME" +whois.conf \- alternative WHOIS servers list for whois client + +.SH "SYNOPSIS" +.B /etc/whois.conf + +.SH "DESCRIPTION" +This file contains a list of WHOIS servers which can augment or override +the built-in list of the client. + +It's a plain text file in ASCII encoding. Each line consists of two fields: +a pattern to match WHOIS object identifier and a corresponding WHOIS server +domain name. + +Fields are separated by non-empty sequence of space or a tabular characters. +A line starting with a hash character is a free comment and it's not +considered. + +The pattern is case-insensitive extended regular expression if whois client +has been compiled with POSIX regular expressions support. Otherwise, simple +case-insensitive suffix comparison against WHOIS object identifier is used. + +Internationalized domain names (IDN) must be specified in ascii-compatible +encoding (ACE) format. + +.SH "EXAMPLE" +\\.nz$ nz.whois-servers.net +.br +# Hangul Korean TLD +.br +\\.xn--3e0b707e$ whois.kr + +.SH "FILES" +/etc/whois.conf + +.SH "SEE ALSO" +\fBwhois\fP(1) + +.SH "AUTHOR" +This manual page was written by Petr Písař <\fIppisar@redhat.com\fP> +and is licensed under the terms of the GNU General Public License, +version 2 or higher. |