OSDN Git Service

(split) DP: release pages (catch up to 3.50).
[linuxjm/LDP_man-pages.git] / release / man3 / resolver.3
index 69d8df5..24597bf 100644 (file)
@@ -1,5 +1,6 @@
 .\" Copyright 1993 David Metcalfe (david@prism.demon.co.uk)
 .\"
+.\" %%%LICENSE_START(VERBATIM)
 .\" Permission is granted to make and distribute verbatim copies of this
 .\" manual provided the copyright notice and this permission notice are
 .\" preserved on all copies.
@@ -19,6 +20,7 @@
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
 .\" References consulted:
 .\"     Linux libc source code
@@ -32,7 +34,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH RESOLVER 3 2012\-04\-23 GNU "Linux Programmer's Manual"
+.TH RESOLVER 3 2013\-03\-05 GNU "Linux Programmer's Manual"
 .SH 名前
 res_init, res_query, res_search, res_querydomain, res_mkquery, res_send,
 dn_comp, dn_expand \- レゾルバ・ルーチン
@@ -88,10 +90,12 @@ dn_comp, dn_expand \- レゾルバ・ルーチン
 .SH 説明
 これらの関数はインターネットのドメインネームサーバーに問い合わせ、 その応答を解釈する。
 .PP
-\fBres_init\fP()  関数は、デフォルトのドメイン名、検索順、ネームサーバー アドレスを得るために設定ファイル (resolv.conf(5)
-参照) を読む。 もしサーバーが示されていなければローカルホストを試す。 ドメインが示されていなければローカルホストに付けられたドメインを用いる。
-環境変数 \fBLOCALDOMAIN\fP でオーバーライドできる。 \fBres_init\fP()  は、後述する関数のどれかが最初に呼び出された時、その関数
-から実行される。
+The \fBres_init\fP()  function reads the configuration files (see
+\fBresolv.conf\fP(5))  to get the default domain name, search order and name
+server address(es).  If no server is given, the local host is tried.  If no
+domain is given, that associated with the local host is used.  It can be
+overridden with the environment variable \fBLOCALDOMAIN\fP.  \fBres_init\fP()  is
+normally executed by the first call to one of the other functions.
 .PP
 \fBres_query\fP()  関数は、指定された \fItype\fP と \fIclass\fP の 完全修飾ドメイン名 (FQDN) \fIname\fP
 を、ネームサーバーへ問い合わせる。 応答は、呼び出した側によって用意される長さ \fIanslen\fP の \fIanswer\fP バッファーに残される。
@@ -129,7 +133,10 @@ dn_comp, dn_expand \- レゾルバ・ルーチン
 \fBres_init\fP()  が呼び出されていれば真。
 .TP 
 \fBRES_DEBUG\fP
-デバッグ・メッセージを出力する。
+.\" See resolv/README.
+.\" Support for RES_DEBUG was made conditional in glibc 2.2.
+Print debugging messages.  This option is only available if glibc was built
+with debugging enabled, which is not the default.
 .TP 
 \fBRES_AAONLY\fP
 権威付けされた (authoritative) 回答のみ受け入れる。 \fBres_send\fP()
@@ -179,6 +186,6 @@ dn_comp, dn_expand \- レゾルバ・ルーチン
 \fBgethostbyname\fP(3), \fBresolv.conf\fP(5), \fBresolver\fP(5), \fBhostname\fP(7),
 \fBnamed\fP(8)
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.41 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.50 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。