summaryrefslogtreecommitdiffstats
path: root/po/pt_BR/man3/resolver.3.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/pt_BR/man3/resolver.3.po')
-rw-r--r--po/pt_BR/man3/resolver.3.po1357
1 files changed, 1357 insertions, 0 deletions
diff --git a/po/pt_BR/man3/resolver.3.po b/po/pt_BR/man3/resolver.3.po
new file mode 100644
index 00000000..266da6d3
--- /dev/null
+++ b/po/pt_BR/man3/resolver.3.po
@@ -0,0 +1,1357 @@
+# Brazilian Portuguese translation of manpages
+# This file is distributed under the same license as the manpages-l10n package.
+# Copyright © of this file:
+# Rubens de Jesus Nogueira <darkseid99@usa.net>, 2000.
+# André Luiz Fassone <lonely_wolf@ig.com.br>, 2000.
+msgid ""
+msgstr ""
+"Project-Id-Version: manpages-l10n\n"
+"POT-Creation-Date: 2024-03-01 17:05+0100\n"
+"PO-Revision-Date: 2000-05-31 17:26+0200\n"
+"Last-Translator: André Luiz Fassone <lonely_wolf@ig.com.br>\n"
+"Language-Team: Brazilian Portuguese <debian-l10n-portuguese@lists.debian."
+"org>\n"
+"Language: pt_BR\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+"X-Generator: Lokalize 20.04.1\n"
+
+#. type: TH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "resolver"
+msgstr ""
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "2023-10-31"
+msgstr "31 outubro 2023"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "Linux man-pages 6.06"
+msgstr "Linux man-pages 6.06"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "NAME"
+msgstr "NOME"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "res_ninit, res_nclose, res_nquery, res_nsearch, res_nquerydomain, "
+#| "res_nmkquery, res_nsend, res_init, res_query, res_search, "
+#| "res_querydomain, res_mkquery, res_send, dn_comp, dn_expand - resolver "
+#| "routines"
+msgid ""
+"res_ninit, res_nquery, res_nsearch, res_nquerydomain, res_nmkquery, "
+"res_nsend, res_nclose, res_init, res_query, res_search, res_querydomain, "
+"res_mkquery, res_send, dn_comp, dn_expand - resolver routines"
+msgstr ""
+"res_ninit, res_nclose, res_nquery, res_nsearch, res_nquerydomain, "
+"res_nmkquery, res_nsend, res_init, res_query, res_search, res_querydomain, "
+"res_mkquery, res_send, dn_comp, dn_expand - rotinas resolvedoras"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LIBRARY"
+msgstr "BIBLIOTECA"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Resolver library (I<libresolv>, I<-lresolv>)"
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SYNOPSIS"
+msgstr "SINOPSE"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<#include E<lt>netinet/in.hE<gt>>\n"
+"B<#include E<lt>arpa/nameser.hE<gt>>\n"
+"B<#include E<lt>resolv.hE<gt>>\n"
+msgstr ""
+"B<#include E<lt>netinet/in.hE<gt>>\n"
+"B<#include E<lt>arpa/nameser.hE<gt>>\n"
+"B<#include E<lt>resolv.hE<gt>>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<struct __res_state;>\n"
+"B<typedef struct __res_state *res_state;>\n"
+msgstr ""
+"B<struct __res_state;>\n"
+"B<typedef struct __res_state *res_state;>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<int res_ninit(res_state >I<statep>B<);>\n"
+msgstr "B<int res_ninit(res_state >I<statep>B<);>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<void res_nclose(res_state >I<statep>B<);>\n"
+msgstr "B<void res_nclose(res_state >I<statep>B<);>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid ""
+#| "B<int res_nquery(res_state >I<statep>B<,>\n"
+#| "B< const char *>I<dname>B<, int >I<class>B<, int >I<type>B<,>\n"
+#| "B< unsigned char *>I<answer>B<, int >I<anslen>B<);>\n"
+msgid ""
+"B<int res_nquery(res_state >I<statep>B<,>\n"
+"B< const char *>I<dname>B<, int >I<class>B<, int >I<type>B<,>\n"
+"B< unsigned char >I<answer>B<[.>I<anslen>B<], int >I<anslen>B<);>\n"
+msgstr ""
+"B<int res_nquery(res_state >I<statep>B<,>\n"
+"B< const char *>I<dname>B<, int >I<class>B<, int >I<type>B<,>\n"
+"B< unsigned char *>I<answer>B<, int >I<anslen>B<);>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid ""
+#| "B<int res_nsearch(res_state >I<statep>B<,>\n"
+#| "B< const char *>I<dname>B<, int >I<class>B<, int >I<type>B<,>\n"
+#| "B< unsigned char *>I<answer>B<, int >I<anslen>B<);>\n"
+msgid ""
+"B<int res_nsearch(res_state >I<statep>B<,>\n"
+"B< const char *>I<dname>B<, int >I<class>B<, int >I<type>B<,>\n"
+"B< unsigned char >I<answer>B<[.>I<anslen>B<], int >I<anslen>B<);>\n"
+msgstr ""
+"B<int res_nsearch(res_state >I<statep>B<,>\n"
+"B< const char *>I<dname>B<, int >I<class>B<, int >I<type>B<,>\n"
+"B< unsigned char *>I<answer>B<, int >I<anslen>B<);>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid ""
+#| "B<int res_nquerydomain(res_state >I<statep>B<,>\n"
+#| "B< const char *>I<name>B<, const char *>I<domain>B<,>\n"
+#| "B< int >I<class>B<, int >I<type>B<, unsigned char *>I<answer>B<,>\n"
+#| "B< int >I<anslen>B<);>\n"
+msgid ""
+"B<int res_nquerydomain(res_state >I<statep>B<,>\n"
+"B< const char *>I<name>B<, const char *>I<domain>B<,>\n"
+"B< int >I<class>B<, int >I<type>B<, unsigned char >I<answer>B<[.>I<anslen>B<],>\n"
+"B< int >I<anslen>B<);>\n"
+msgstr ""
+"B<int res_nquerydomain(res_state >I<statep>B<,>\n"
+"B< const char *>I<name>B<, const char *>I<domain>B<,>\n"
+"B< int >I<class>B<, int >I<type>B<, unsigned char *>I<answer>B<,>\n"
+"B< int >I<anslen>B<);>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid ""
+#| "B<int res_nmkquery(res_state >I<statep>B<,>\n"
+#| "B< int >I<op>B<, const char *>I<dname>B<, int >I<class>B<,>\n"
+#| "B< int >I<type>B<, const unsigned char *>I<data>B<, int >I<datalen>B<,>\n"
+#| "B< const unsigned char *>I<newrr>B<,>\n"
+#| "B< unsigned char *>I<buf>B<, int >I<buflen>B<);>\n"
+msgid ""
+"B<int res_nmkquery(res_state >I<statep>B<,>\n"
+"B< int >I<op>B<, const char *>I<dname>B<, int >I<class>B<,>\n"
+"B< int >I<type>B<, const unsigned char >I<data>B<[.>I<datalen>B<], int >I<datalen>B<,>\n"
+"B< const unsigned char *>I<newrr>B<,>\n"
+"B< unsigned char >I<buf>B<[.>I<buflen>B<], int >I<buflen>B<);>\n"
+msgstr ""
+"B<int res_nmkquery(res_state >I<statep>B<,>\n"
+"B< int >I<op>B<, const char *>I<dname>B<, int >I<class>B<,>\n"
+"B< int >I<type>B<, const unsigned char *>I<data>B<, int >I<datalen>B<,>\n"
+"B< const unsigned char *>I<newrr>B<,>\n"
+"B< unsigned char *>I<buf>B<, int >I<buflen>B<);>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid ""
+#| "B<int res_nsend(res_state >I<statep>B<,>\n"
+#| "B< const unsigned char *>I<msg>B<, int >I<msglen>B<,>\n"
+#| "B< unsigned char *>I<answer>B<, int >I<anslen>B<);>\n"
+msgid ""
+"B<int res_nsend(res_state >I<statep>B<,>\n"
+"B< const unsigned char >I<msg>B<[.>I<msglen>B<], int >I<msglen>B<,>\n"
+"B< unsigned char >I<answer>B<[.>I<anslen>B<], int >I<anslen>B<);>\n"
+msgstr ""
+"B<int res_nsend(res_state >I<statep>B<,>\n"
+"B< const unsigned char *>I<msg>B<, int >I<msglen>B<,>\n"
+"B< unsigned char *>I<answer>B<, int >I<anslen>B<);>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid ""
+#| "B<int dn_comp(const char *>I<exp_dn>B<, unsigned char *>I<comp_dn>B<,>\n"
+#| "B< int >I<length>B<, unsigned char **>I<dnptrs>B<,>\n"
+#| "B< unsigned char **>I<lastdnptr>B<);>\n"
+msgid ""
+"B<int dn_comp(const char *>I<exp_dn>B<, unsigned char >I<comp_dn>B<[.>I<length>B<],>\n"
+"B< int >I<length>B<, unsigned char **>I<dnptrs>B<,>\n"
+"B< unsigned char **>I<lastdnptr>B<);>\n"
+msgstr ""
+"B<int dn_comp(const char *>I<exp_dn>B<, unsigned char *>I<comp_dn>B<,>\n"
+"B< int >I<length>B<, unsigned char **>I<dnptrs>B<,>\n"
+"B< unsigned char **>I<lastdnptr>B<);>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid ""
+#| "B<int dn_expand(const unsigned char *>I<msg>B<,>\n"
+#| "B< const unsigned char *>I<eomorig>B<,>\n"
+#| "B< const unsigned char *>I<comp_dn>B<, char *>I<exp_dn>B<,>\n"
+#| "B< int >I<length>B<);>\n"
+msgid ""
+"B<int dn_expand(const unsigned char *>I<msg>B<,>\n"
+"B< const unsigned char *>I<eomorig>B<,>\n"
+"B< const unsigned char *>I<comp_dn>B<, char >I<exp_dn>B<[.>I<length>B<],>\n"
+"B< int >I<length>B<);>\n"
+msgstr ""
+"B<int dn_expand(const unsigned char *>I<msg>B<,>\n"
+"B< const unsigned char *>I<eomorig>B<,>\n"
+"B< const unsigned char *>I<comp_dn>B<, char *>I<exp_dn>B<,>\n"
+"B< int >I<length>B<);>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "B<extern struct __res_state _res;>\n"
+msgid "B<[[deprecated]] extern struct __res_state _res;>\n"
+msgstr "B<extern struct __res_state _res;>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "B<int res_init(void);>\n"
+msgid "B<[[deprecated]] int res_init(void);>\n"
+msgstr "B<int res_init(void);>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid ""
+#| "B<int res_query(const char *>I<dname>B<, int >I<class>B<, int >I<type>B<,>\n"
+#| "B< unsigned char *>I<answer>B<, int >I<anslen>B<);>\n"
+msgid ""
+"B<[[deprecated]]>\n"
+"B<int res_query(const char *>I<dname>B<, int >I<class>B<, int >I<type>B<,>\n"
+"B< unsigned char >I<answer>B<[.>I<anslen>B<], int >I<anslen>B<);>\n"
+msgstr ""
+"B<int res_query(const char *>I<dname>B<, int >I<class>B<, int >I<type>B<,>\n"
+"B< unsigned char *>I<answer>B<, int >I<anslen>B<);>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid ""
+#| "B<int res_search(const char *>I<dname>B<, int >I<class>B<, int >I<type>B<,>\n"
+#| "B< unsigned char *>I<answer>B<, int >I<anslen>B<);>\n"
+msgid ""
+"B<[[deprecated]]>\n"
+"B<int res_search(const char *>I<dname>B<, int >I<class>B<, int >I<type>B<,>\n"
+"B< unsigned char >I<answer>B<[.>I<anslen>B<], int >I<anslen>B<);>\n"
+msgstr ""
+"B<int res_search(const char *>I<dname>B<, int >I<class>B<, int >I<type>B<,>\n"
+"B< unsigned char *>I<answer>B<, int >I<anslen>B<);>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid ""
+#| "B<int res_querydomain(const char *>I<name>B<, const char *>I<domain>B<,>\n"
+#| "B< int >I<class>B<, int >I<type>B<, unsigned char *>I<answer>B<,>\n"
+#| "B< int >I<anslen>B<);>\n"
+msgid ""
+"B<[[deprecated]]>\n"
+"B<int res_querydomain(const char *>I<name>B<, const char *>I<domain>B<,>\n"
+"B< int >I<class>B<, int >I<type>B<, unsigned char >I<answer>B<[.>I<anslen>B<],>\n"
+"B< int >I<anslen>B<);>\n"
+msgstr ""
+"B<int res_querydomain(const char *>I<name>B<, const char *>I<domain>B<,>\n"
+"B< int >I<class>B<, int >I<type>B<, unsigned char *>I<answer>B<,>\n"
+"B< int >I<anslen>B<);>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid ""
+#| "B<int res_mkquery(int >I<op>B<, const char *>I<dname>B<, int >I<class>B<,>\n"
+#| "B< int >I<type>B<, const unsigned char *>I<data>B<, int >I<datalen>B<,>\n"
+#| "B< const unsigned char *>I<newrr>B<,>\n"
+#| "B< unsigned char *>I<buf>B<, int >I<buflen>B<);>\n"
+msgid ""
+"B<[[deprecated]]>\n"
+"B<int res_mkquery(int >I<op>B<, const char *>I<dname>B<, int >I<class>B<,>\n"
+"B< int >I<type>B<, const unsigned char >I<data>B<[.>I<datalen>B<], int >I<datalen>B<,>\n"
+"B< const unsigned char *>I<newrr>B<,>\n"
+"B< unsigned char >I<buf>B<[.>I<buflen>B<], int >I<buflen>B<);>\n"
+msgstr ""
+"B<int res_mkquery(int >I<op>B<, const char *>I<dname>B<, int >I<class>B<,>\n"
+"B< int >I<type>B<, const unsigned char *>I<data>B<, int >I<datalen>B<,>\n"
+"B< const unsigned char *>I<newrr>B<,>\n"
+"B< unsigned char *>I<buf>B<, int >I<buflen>B<);>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid ""
+#| "B<int res_send(const unsigned char *>I<msg>B<, int >I<msglen>B<,>\n"
+#| "B< unsigned char *>I<answer>B<, int >I<anslen>B<);>\n"
+msgid ""
+"B<[[deprecated]]>\n"
+"B<int res_send(const unsigned char >I<msg>B<[.>I<msglen>B<], int >I<msglen>B<,>\n"
+"B< unsigned char >I<answer>B<[.>I<anslen>B<], int >I<anslen>B<);>\n"
+msgstr ""
+"B<int res_send(const unsigned char *>I<msg>B<, int >I<msglen>B<,>\n"
+"B< unsigned char *>I<answer>B<, int >I<anslen>B<);>\n"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "DESCRIPTION"
+msgstr "DESCRIÇÃO"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"B<Note:> This page is incomplete (various resolver functions provided by "
+"glibc are not described) and likely out of date."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "These functions make queries to and interpret the responses from Internet "
+#| "domain name servers."
+msgid ""
+"The functions described below make queries to and interpret the responses "
+"from Internet domain name servers."
+msgstr ""
+"Estas funções fazem pesquisas e interpretam as respostas de servidores de "
+"nomes de domínio da Internet."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The API consists of a set of more modern, reentrant functions and an older "
+"set of nonreentrant functions that have been superseded. The traditional "
+"resolver interfaces such as B<res_init>() and B<res_query>() use some "
+"static (global) state stored in the I<_res> structure, rendering these "
+"functions non-thread-safe. BIND 8.2 introduced a set of new interfaces "
+"B<res_ninit>(), B<res_nquery>(), and so on, which take a I<res_state> as "
+"their first argument, so you can use a per-thread resolver state."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "The B<res_init()> function reads the configuration files (see resolv+(8)) "
+#| "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 LOCALDOMAIN. B<res_init()> is "
+#| "normally executed by the first call to one of the other functions."
+msgid ""
+"The B<res_ninit>() and B<res_init>() functions read the configuration "
+"files (see B<resolv.conf>(5)) to get the default domain name 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 B<LOCALDOMAIN>. B<res_ninit>() or "
+"B<res_init>() is normally executed by the first call to one of the other "
+"functions. Every call to B<res_ninit>() requires a corresponding call to "
+"B<res_nclose>() to free memory allocated by B<res_ninit>() and subsequent "
+"calls to B<res_nquery>()."
+msgstr ""
+"A função B<res_init()> lê os arquivos de configuração (veja resolv+(8)) para "
+"obter o nome de domínio padrão, a ordem de buscas e o(s) endereço(s) do(s) "
+"servidor(es) de nome. Se nenhum servidor é dado, o 'host' local é tentado. "
+"Se nenhum domínio é dado, é usado aquele domínio associado ao 'host' local. "
+"Ele pode ser sobreposto pela variável de ambiente LOCALDOMAIN. B<res_init()> "
+"é executado normalmente pela primeira chamada a uma das outras funções."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "The B<res_query()> function queries the name server for the fully-"
+#| "qualified domain name I<name> of specified I<type> and I<class>. The "
+#| "reply is left in the buffer I<answer> of length I<anslen> supplied by the "
+#| "caller."
+msgid ""
+"The B<res_nquery>() and B<res_query>() functions query the name server for "
+"the fully qualified domain name I<name> of specified I<type> and I<class>. "
+"The reply is left in the buffer I<answer> of length I<anslen> supplied by "
+"the caller."
+msgstr ""
+"A função B<res_query()> pesquisa o servidor de nome para o nome de domínio "
+"totalmente qualificado I<name> do I<type> e da I<class> especificada. O que "
+"for retornado é deixado no 'buffer' I<answer> de comprimento I<anslen> "
+"fornecido pelo chamador."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "The B<res_search()> function makes a query and waits for the response "
+#| "like B<res_query()>, but in addition implements the default and search "
+#| "rules controlled by RES_DEFNAMES and RES_DNSRCH (see description of "
+#| "I<_res> options below)."
+msgid ""
+"The B<res_nsearch>() and B<res_search>() functions make a query and waits "
+"for the response like B<res_nquery>() and B<res_query>(), but in addition "
+"they implement the default and search rules controlled by B<RES_DEFNAMES> "
+"and B<RES_DNSRCH> (see description of I<_res> options below)."
+msgstr ""
+"A função B<res_search()> faz uma pesquisa e espera pela resposta como "
+"B<res_query()>, mas além disso implementa as regras padrão e de busca "
+"controladas por RES_DEFNAMES e RES_DNSRCH (veja a descrição das opções "
+"I<_res> abaixo)."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "The B<res_querydomain()> function makes a query using B<res_query()> on "
+#| "the concatenation of I<name> and I<domain>."
+msgid ""
+"The B<res_nquerydomain>() and B<res_querydomain>() functions make a query "
+"using B<res_nquery>()/B<res_query>() on the concatenation of I<name> and "
+"I<domain>."
+msgstr ""
+"A função B<res_querydomain()> faz uma pesquisa usando B<res_query()> sobre a "
+"conecatenação de I<name> e I<domain>."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "The following functions are lower-level routines used by B<res_query>()/"
+#| "B<res_query>()."
+msgid ""
+"The following functions are lower-level routines used by B<res_nquery>()/"
+"B<res_query>()."
+msgstr ""
+"As seguintes funções são rotinas de nível mais baixo, usadas por "
+"B<res_query>()/B<res_query>()."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "The B<res_mkquery()> function constructs a query message in I<buf> of "
+#| "length I<buflen> for the domain name I<dname>. The query type I<op> is "
+#| "usually QUERY, but can be any of the types defined in I<E<lt>arpa/nameser."
+#| "hE<gt>>. I<newrr> is currently unused."
+msgid ""
+"The B<res_nmkquery>() and B<res_mkquery>() functions construct a query "
+"message in I<buf> of length I<buflen> for the domain name I<dname>. The "
+"query type I<op> is one of the following (typically B<QUERY>):"
+msgstr ""
+"A função B<res_mkquery()> constrói uma mensagem de pesquisa em I<buf> de "
+"comprimento I<buflen> para o nome de domínio I<dname>. O tipo de pesquisa "
+"I<op> é geralmente QUERY, mas pode ser qualquer um dos tipos definidos em "
+"I<E<lt>arpa/nameser.hE<gt>>. I<newrr> não é usado correntemente."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<QUERY>"
+msgstr "B<QUERY>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Standard query."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<IQUERY>"
+msgstr "B<IQUERY>"
+
+#. commit e4e794841e3140875f2aa86b90e2ada3d61e1244
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Inverse query. This option was removed in glibc 2.26, since it has not been "
+"supported by DNS servers for a very long time."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<NS_NOTIFY_OP>"
+msgstr "B<NS_NOTIFY_OP>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Notify secondary of SOA (Start of Authority) change."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<newrr> is currently unused."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "The B<res_send()> function sends a pre-formatted query given in I<msg> of "
+#| "length I<msglen> and returns the answer in I<answer> which is of length "
+#| "I<anslen>. It will call B<res_init()>, if it has not already been called."
+msgid ""
+"The B<res_nsend>() and B<res_send>() function send a preformatted query "
+"given in I<msg> of length I<msglen> and returns the answer in I<answer> "
+"which is of length I<anslen>. They will call B<res_ninit>()/B<res_init>() "
+"if it has not already been called."
+msgstr ""
+"A função B<res_send()> envia uma pesquisa pré-formatada dada em I<msg> de "
+"comprimento I<msglen> e retorna a resposta em I<answer> que tem comprimento "
+"I<anslen>. Ela chamará a função B<res_init()>, se ela já não tiver sido "
+"chamada."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The B<dn_comp>() function compresses the domain name I<exp_dn> and stores "
+"it in the buffer I<comp_dn> of length I<length>. The compression uses an "
+"array of pointers I<dnptrs> to previously compressed names in the current "
+"message. The first pointer points to the beginning of the message and the "
+"list ends with NULL. The limit of the array is specified by I<lastdnptr>. "
+"If I<dnptr> is NULL, domain names are not compressed. If I<lastdnptr> is "
+"NULL, the list of labels is not updated."
+msgstr ""
+"A função B<dn_comp>() comprime o nome de domínio I<exp_dn> e o armazena no "
+"'buffer' I<comp_dn> de comprimento I<length>. A compressão usa uma matriz de "
+"ponteiros I<dnptrs> para nomes previamente comprimidos na mensagem corrente. "
+"O primeiro ponteiro aponta para o início da mensagem, e a lista termina com "
+"NULO. O limite da matriz é especificada por I<lastdnptr>. Se I<dnptr> é "
+"NULO, os nomes de domínio não são comprimidos. Se I<lastdnptr> é NULO, a "
+"lista de títulos não é atualizada."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The B<dn_expand>() function expands the compressed domain name I<comp_dn> "
+"to a full domain name, which is placed in the buffer I<exp_dn> of size "
+"I<length>. The compressed name is contained in a query or reply message, "
+"and I<msg> points to the beginning of the message."
+msgstr ""
+"A função B<dn_expand>() expande o nome de domínio comprimido I<comp_dn>P "
+"para um nome de domínio completo, que é colocado no 'buffer' I<exp_dn> de "
+"tamanho I<length>. O nome comprimido está contido em uma pesquisa ou "
+"mensagem de resposta, e I<msg> aponta para o início da mensagem."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "The resolver routines use global configuration and state information "
+#| "contained in the structure I<_res>, which is defined in I<E<lt>resolv."
+#| "hE<gt>>. The only field that is normally manipulated by the user is "
+#| "I<_res.options>. This field can contain the bitwise ``or'' of the "
+#| "following options:"
+msgid ""
+"The resolver routines use configuration and state information contained in a "
+"I<__res_state> structure (either passed as the I<statep> argument, or in the "
+"global variable I<_res>, in the case of the older nonreentrant functions). "
+"The only field of this structure that is normally manipulated by the user is "
+"the I<options> field. This field can contain the bitwise \"OR\" of the "
+"following options:"
+msgstr ""
+"As rotinas de resolução usam configurações globais e informações de estado "
+"contidas na estrutura I<_res>, que está definida em I<E<lt>resolv.hE<gt>>. O "
+"único campo que normalmente é manipulado pelo usuário é I<_res.options>. "
+"Este campo pode conter um 'OU' bit-a-bit das seguintes opções:"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<RES_INIT>"
+msgstr "B<RES_INIT>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "True if B<res_ninit>() or B<res_init>() has been called."
+msgstr "Verdadeiro se B<res_ninit>() ou B<res_init()> foi chamado."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<RES_DEBUG>"
+msgstr "B<RES_DEBUG>"
+
+#. See resolv/README.
+#. Support for RES_DEBUG was made conditional in glibc 2.2.
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Print debugging messages. This option is available only if glibc was built "
+"with debugging enabled, which is not the default."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<RES_AAONLY> (unimplemented; deprecated in glibc 2.25)"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "Accept authoritative answers only. B<res_send()> continues until it fins "
+#| "an authoritative answer or returns an error. [Not currently implemented]."
+msgid ""
+"Accept authoritative answers only. B<res_send>() continues until it finds "
+"an authoritative answer or returns an error. This option was present but "
+"unimplemented until glibc 2.24; since glibc 2.25, it is deprecated, and its "
+"usage produces a warning."
+msgstr ""
+"Aceita somente respostas autoritativas. B<res_send()> continua até encontrar "
+"uma resposta autoritativas ou retorna um erro. [Atualmente não implementado]."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<RES_USEVC>"
+msgstr "B<RES_USEVC>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Use TCP connections for queries rather than UDP datagrams."
+msgstr "Usa conexões TCP para pesquisas em vez de datagramas UDP."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<RES_PRIMARY> (unimplemented; deprecated in glibc 2.25)"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "Accept authoritative answers only. B<res_send()> continues until it fins "
+#| "an authoritative answer or returns an error. [Not currently implemented]."
+msgid ""
+"Query primary domain name server only. This option was present but "
+"unimplemented until glibc 2.24; since glibc 2.25, it is deprecated, and its "
+"usage produces a warning."
+msgstr ""
+"Aceita somente respostas autoritativas. B<res_send()> continua até encontrar "
+"uma resposta autoritativas ou retorna um erro. [Atualmente não implementado]."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<RES_IGNTC>"
+msgstr "B<RES_IGNTC>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Ignore truncation errors. Don't retry with TCP."
+msgstr "Ignora erros de truncamento. Não tenta novamente com TCP."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<RES_RECURSE>"
+msgstr "B<RES_RECURSE>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Set the recursion desired bit in queries. Recursion is carried out by the "
+"domain name server, not by B<res_send>(). [Enabled by default]."
+msgstr ""
+"Seta o bit de recursão desejado em pesquisas. A recursão é realizada pelo "
+"servidor de nome de domínio, e não por B<res_send>(). [Habilitado por "
+"padrão]."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<RES_DEFNAMES>"
+msgstr "B<RES_DEFNAMES>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "If set, B<res_search()> will append the default domain name to single "
+#| "component names, ie. those that do not contain a dot. [Enabled by "
+#| "default]."
+msgid ""
+"If set, B<res_search>() will append the default domain name to single "
+"component names\\[em]that is, those that do not contain a dot. [Enabled by "
+"default]."
+msgstr ""
+"Se setado, B<res_search()> acrescentará o nome de domínio padrão a nomes de "
+"componentes simples, isto é, aqueles que não contêm um ponto. [Habilitado "
+"por padrão]."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<RES_STAYOPEN>"
+msgstr "B<RES_STAYOPEN>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Used with B<RES_USEVC> to keep the TCP connection open between queries."
+msgstr ""
+"Usado com B<RES_USEVC> para manter a conexão TCP aberta entre pesquisas."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<RES_DNSRCH>"
+msgstr "B<RES_DNSRCH>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"If set, B<res_search>() will search for hostnames in the current domain and "
+"in parent domains. This option is used by B<gethostbyname>(3). [Enabled by "
+"default]."
+msgstr ""
+"Se setado, B<res_search>() buscará nomes de 'hosts' no domínio corrente e em "
+"domínios pais. Esta opção é usada por B<gethostbyname>(3). [Habilitado por "
+"padrão]."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<RES_INSECURE1>"
+msgstr "B<RES_INSECURE1>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Accept a response from a wrong server. This can be used to detect potential "
+"security hazards, but you need to compile glibc with debugging enabled and "
+"use B<RES_DEBUG> option (for debug purpose only)."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<RES_INSECURE2>"
+msgstr "B<RES_INSECURE2>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Accept a response which contains a wrong query. This can be used to detect "
+"potential security hazards, but you need to compile glibc with debugging "
+"enabled and use B<RES_DEBUG> option (for debug purpose only)."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<RES_NOALIASES>"
+msgstr "B<RES_NOALIASES>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Disable usage of B<HOSTALIASES> environment variable."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<RES_USE_INET6>"
+msgstr "B<RES_USE_INET6>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Try an AAAA query before an A query inside the B<gethostbyname>(3) "
+"function, and map IPv4 responses in IPv6 \"tunneled form\" if no AAAA "
+"records are found but an A record set exists. Since glibc 2.25, this option "
+"is deprecated, and its usage produces a warning; applications should use "
+"B<getaddrinfo>(3), rather than B<gethostbyname>(3)."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<RES_ROTATE>"
+msgstr "B<RES_ROTATE>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Causes round-robin selection of name servers from among those listed. This "
+"has the effect of spreading the query load among all listed servers, rather "
+"than having all clients try the first listed server first every time."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<RES_NOCHECKNAME> (unimplemented; deprecated in glibc 2.25)"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "Accept authoritative answers only. B<res_send()> continues until it fins "
+#| "an authoritative answer or returns an error. [Not currently implemented]."
+msgid ""
+"Disable the modern BIND checking of incoming hostnames and mail names for "
+"invalid characters such as underscore (_), non-ASCII, or control "
+"characters. This option was present until glibc 2.24; since glibc 2.25, it "
+"is deprecated, and its usage produces a warning."
+msgstr ""
+"Aceita somente respostas autoritativas. B<res_send()> continua até encontrar "
+"uma resposta autoritativas ou retorna um erro. [Atualmente não implementado]."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<RES_KEEPTSIG> (unimplemented; deprecated in glibc 2.25)"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "Accept authoritative answers only. B<res_send()> continues until it fins "
+#| "an authoritative answer or returns an error. [Not currently implemented]."
+msgid ""
+"Do not strip TSIG records. This option was present but unimplemented until "
+"glibc 2.24; since glibc 2.25, it is deprecated, and its usage produces a "
+"warning."
+msgstr ""
+"Aceita somente respostas autoritativas. B<res_send()> continua até encontrar "
+"uma resposta autoritativas ou retorna um erro. [Atualmente não implementado]."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<RES_BLAST> (unimplemented; deprecated in glibc 2.25)"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "Accept authoritative answers only. B<res_send()> continues until it fins "
+#| "an authoritative answer or returns an error. [Not currently implemented]."
+msgid ""
+"Send each query simultaneously and recursively to all servers. This option "
+"was present but unimplemented until glibc 2.24; since glibc 2.25, it is "
+"deprecated, and its usage produces a warning."
+msgstr ""
+"Aceita somente respostas autoritativas. B<res_send()> continua até encontrar "
+"uma resposta autoritativas ou retorna um erro. [Atualmente não implementado]."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "B<RES_USE_EDNS0> (since glibc 2.6)"
+msgid "B<RES_USEBSTRING> (glibc 2.3.4 to glibc 2.24)"
+msgstr "B<RES_USE_EDNS0> (desde o glibc 2.6)"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Make reverse IPv6 lookups using the bit-label format described in RFC 2673; "
+"if this option is not set (which is the default), then nibble format is "
+"used. This option was removed in glibc 2.25, since it relied on a backward-"
+"incompatible DNS extension that was never deployed on the Internet."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<RES_NOIP6DOTINT> (glibc 2.24 and earlier)"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Use I<ip6.arpa> zone in IPv6 reverse lookup instead of I<ip6.int>, which is "
+"deprecated since glibc 2.3.4. This option is present up to and including "
+"glibc 2.24, where it is enabled by default. In glibc 2.25, this option was "
+"removed."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<RES_USE_EDNS0> (since glibc 2.6)"
+msgstr "B<RES_USE_EDNS0> (desde o glibc 2.6)"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Enables support for the DNS extensions (EDNS0) described in RFC 2671."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<RES_SNGLKUP> (since glibc 2.10)"
+msgstr "B<RES_SNGLKUP> (desde o glibc 2.10)"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"By default, glibc performs IPv4 and IPv6 lookups in parallel since glibc "
+"2.9. Some appliance DNS servers cannot handle these queries properly and "
+"make the requests time out. This option disables the behavior and makes "
+"glibc perform the IPv6 and IPv4 requests sequentially (at the cost of some "
+"slowdown of the resolving process)."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<RES_SNGLKUPREOP>"
+msgstr "B<RES_SNGLKUPREOP>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"When B<RES_SNGLKUP> option is enabled, opens a new socket for the each "
+"request."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<RES_USE_DNSSEC>"
+msgstr "B<RES_USE_DNSSEC>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Use DNSSEC with OK bit in OPT record. This option implies B<RES_USE_EDNS0>."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<RES_NOTLDQUERY>"
+msgstr "B<RES_NOTLDQUERY>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Do not look up unqualified name as a top-level domain (TLD)."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<RES_DEFAULT>"
+msgstr "B<RES_DEFAULT>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Default option which implies: B<RES_RECURSE>, B<RES_DEFNAMES>, "
+"B<RES_DNSRCH>, and B<RES_NOIP6DOTINT>."
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "RETURN VALUE"
+msgstr "VALOR DE RETORNO"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "The B<res_init()> function returns 0 on success, or -1 if an error occurs."
+msgid ""
+"The B<res_ninit>() and B<res_init>() functions return 0 on success, or -1 "
+"if an error occurs."
+msgstr ""
+"Em caso de sucesso B<res_init()>, devolve 0. Caso contrário, -1 é devolvido."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "The B<res_query()>, B<res_search()>, B<res_querydomain()>, "
+#| "B<res_mkquery()> and B<res_send()> functions return the length of the "
+#| "response, or -1 if an error occurs."
+msgid ""
+"The B<res_nquery>(), B<res_query>(), B<res_nsearch>(), B<res_search>(), "
+"B<res_nquerydomain>(), B<res_querydomain>(), B<res_nmkquery>(), "
+"B<res_mkquery>(), B<res_nsend>(), and B<res_send>() functions return the "
+"length of the response, or -1 if an error occurs."
+msgstr ""
+"As funções B<res_query()>, B<res_search()>, B<res_querydomain()>, "
+"B<res_mkquery()> e B<res_send()> retornam o comprimento da resposta, ou -1 "
+"se ocorre um erro."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The B<dn_comp>() and B<dn_expand>() functions return the length of the "
+"compressed name, or -1 if an error occurs."
+msgstr ""
+"As funções B<dn_comp>() e B<dn_expand>() retornam o tamanho do nome "
+"compactado, ou -1 se um erro ocorre."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"In the case of an error return from B<res_nquery>(), B<res_query>(), "
+"B<res_nsearch>(), B<res_search>(), B<res_nquerydomain>(), or "
+"B<res_querydomain>(), the global variable I<h_errno> (see "
+"B<gethostbyname>(3)) can be consulted to determine the cause of the error."
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "FILES"
+msgstr "ARQUIVOS"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "I</etc/resolv.conf>"
+msgstr "I</etc/resolv.conf>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid "Specify an alternate configuration file\\&."
+msgid "resolver configuration file"
+msgstr "Especifica um arquivo de configuração alternativo\\&."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "I</etc/host.conf>"
+msgstr "I</etc/host.conf>"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ATTRIBUTES"
+msgstr "ATRIBUTOS"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"For an explanation of the terms used in this section, see B<attributes>(7)."
+msgstr ""
+"Para uma explicação dos termos usados nesta seção, consulte B<attributes>(7)."
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Interface"
+msgstr "Interface"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Attribute"
+msgstr "Atributo"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Value"
+msgstr "Valor"
+
+#. type: tbl table
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
+#, no-wrap
+msgid ".na\n"
+msgstr ".na\n"
+
+#. type: tbl table
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
+#, no-wrap
+msgid ".nh\n"
+msgstr ".nh\n"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid ""
+#| "B<res_nsearch>(),\n"
+#| "B<res_nquerydomain>(),\n"
+#| "B<res_nsend>()"
+msgid ""
+"B<res_ninit>(),\n"
+"B<res_nclose>(),\n"
+"B<res_nquery>(),\n"
+"B<res_nsearch>(),\n"
+"B<res_nquerydomain>(),\n"
+"B<res_nsend>()"
+msgstr ""
+"B<res_nsearch>(),\n"
+"B<res_nquerydomain>(),\n"
+"B<res_nsend>()"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Thread safety"
+msgstr "Thread safety"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "MT-Safe locale"
+msgstr "MT-Safe locale"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid ""
+#| "B<res_nmkquery>(),\n"
+#| "B<dn_comp>(),\n"
+msgid ""
+"B<res_nmkquery>(),\n"
+"B<dn_comp>(),\n"
+"B<dn_expand>()"
+msgstr ""
+"B<res_nmkquery>(),\n"
+"B<dn_comp>(),\n"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "MT-Safe"
+msgstr "MT-Safe"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "STANDARDS"
+msgstr "PADRÕES"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "None."
+msgstr ""
+
+#. type: SH
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "HISTORY"
+msgstr "HISTÓRICO"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "4.3BSD."
+msgstr "4.3BSD."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SEE ALSO"
+msgstr "VEJA TAMBÉM"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"B<gethostbyname>(3), B<resolv.conf>(5), B<resolver>(5), B<hostname>(7), "
+"B<named>(8)"
+msgstr ""
+"B<gethostbyname>(3), B<resolv.conf>(5), B<resolver>(5), B<hostname>(7), "
+"B<named>(8)"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The GNU C library source file I<resolv/README>."
+msgstr ""
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "2023-02-05"
+msgstr "5 fevereiro 2023"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "Linux man-pages 6.03"
+msgstr "Linux man-pages 6.03"
+
+#. type: TH
+#: debian-unstable opensuse-tumbleweed
+#, no-wrap
+msgid "2023-07-20"
+msgstr "20 julho 2023"
+
+#. type: TH
+#: debian-unstable opensuse-tumbleweed
+#, no-wrap
+msgid "Linux man-pages 6.05.01"
+msgstr "Linux man-pages 6.05.01"
+
+#. type: TH
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "2023-03-30"
+msgstr "30 março 2023"
+
+#. type: TH
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "Linux man-pages 6.04"
+msgstr "Linux man-pages 6.04"