# Brazilian Portuguese translation of manpages # This file is distributed under the same license as the manpages-l10n package. # Copyright © of this file: # Walter Rodrigo de Sá Cruz , 2001. # André Luiz Fassone , 2001. msgid "" msgstr "" "Project-Id-Version: manpages-l10n\n" "POT-Creation-Date: 2024-03-01 17:07+0100\n" "PO-Revision-Date: 2001-06-02 19:20-0300\n" "Last-Translator: André Luiz Fassone \n" "Language-Team: Brazilian Portuguese \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: Virtaal 1.0.0-beta1\n" #. type: TH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "send" msgstr "send" #. 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 "send, sendto, sendmsg - send a message from a socket" msgid "send, sendto, sendmsg - send a message on a socket" msgstr "send, sendto, sendmsg - envia uma mensagem de um 'socket'" #. 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 "Standard C library (I, I<-lc>)" msgstr "Biblioteca C Padrão (I, I<-lc>)" #. 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 Esys/socket.hE>\n" msgstr "B<#include Esys/socket.hE>\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 "" #| "BIB<, const void *>IB<, size_t >IB<, int >IB<,>\n" #| "B< const struct sockaddr *>IB<, socklen_t >IB<);>\n" msgid "" "BIB<, const void >IB<[.>IB<], size_t >IB<, int >IB<);>\n" "BIB<, const void >IB<[.>IB<], size_t >IB<, int >IB<,>\n" "B< const struct sockaddr *>IB<, socklen_t >IB<);>\n" "BIB<, const struct msghdr *>IB<, int >IB<);>\n" msgstr "" "BIB<, const void *>IB<, size_t >IB<, int >IB<,>\n" "B< const struct sockaddr *>IB<, socklen_t >IB<);>\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 "" "The system calls B(), B(), and B() are used to " "transmit a message to another socket." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The B() call may be used only when the socket is in a I " "state (so that the intended recipient is known). The only difference " "between B() and B(2) is the presence of I. With a " "zero I argument, B() is equivalent to B(2). Also, the " "following call" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy, no-wrap #| msgid " send(sockfd, buf, len, flags);\n" msgid "send(sockfd, buf, len, flags);\n" msgstr " send(sockfd, buf, len, flags);\n" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "is equivalent to" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy, no-wrap #| msgid " sendto(sockfd, buf, len, flags, NULL, 0);\n" msgid "sendto(sockfd, buf, len, flags, NULL, 0);\n" msgstr " sendto(sockfd, buf, len, flags, NULL, 0);\n" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy #| msgid "The argument I is not a socket." msgid "The argument I is the file descriptor of the sending socket." msgstr "O argumento I não é um 'socket'." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "If B() is used on a connection-mode (B, " "B) socket, the arguments I and I are " "ignored (and the error B may be returned when they are not NULL and " "0), and the error B is returned when the socket was not actually " "connected. Otherwise, the address of the target is given by I " "with I specifying its size. For B(), the address of the " "target is given by I, with I specifying its " "size." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "For B() and B(), the message is found in I and has " "length I. For B(), the message is pointed to by the elements " "of the array I. The B() call also allows sending " "ancillary data (also known as control information)." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy #| msgid "" #| "The address of the target is given by I with I specifying its " #| "size. The length of the message is given by I. If the message is " #| "too long to pass atomically through the underlying protocol, the error " #| "B is returned, and the message is not transmitted." msgid "" "If the message is too long to pass atomically through the underlying " "protocol, the error B is returned, and the message is not " "transmitted." msgstr "" "O endereço do alvo é dado por I com I especificando seu tamanho. " "O tamanho da mensagem é dado por I. Se a mensagem é muito grande para " "passar atomicamente através do protocolo básico, o erro B é " "retornado, e a mensagem não é transmitida." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "No indication of failure to deliver is implicit in a B(). Locally " "detected errors are indicated by a return value of -1." msgstr "" "Nenhuma indicação de erro ao remetente é implícita em um B(). Erros " "detectados localmente são indicados por um retorno de valor -1." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy #| msgid "" #| "When the message does not fit into the send buffer of the socket, B " #| "normally blocks, unless the socket has been placed in non-blocking I/O " #| "mode. In non-blocking mode it would return B in this case. The " #| "B(2) call may be used to determine when it is " "possible to send more data." msgstr "" "Quando a mensagem não couber no 'buffer' de envio do 'socket', o B " "normalmente é bloqueado, a menos que o 'socket' tenha sido colocado em modo " "não bloqueável para E/S. No modo não bloqueáveç o valor retornado nesse caso " "é B. A chamada B(2), B(2), " "B(2), B(2), B(2), B(2), B(3), " "B(7), B(7), B(7), B(7), B(7), B(7)" msgstr "" "B(2), B(2), B(2), B