# Spanish translation of manpages # This file is distributed under the same license as the manpages-l10n package. # Copyright © of this file: # Juan Piernas , 1999-2000. # Miguel Pérez Ibars , 2004. msgid "" msgstr "" "Project-Id-Version: manpages-l10n\n" "POT-Creation-Date: 2024-06-01 06:20+0200\n" "PO-Revision-Date: 2004-09-29 19:53+0200\n" "Last-Translator: Miguel Pérez Ibars \n" "Language-Team: Spanish \n" "Language: es\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 #, fuzzy, no-wrap #| msgid "sendmsg()" msgid "send" msgstr "sendmsg()" #. type: TH #: archlinux debian-unstable opensuse-tumbleweed #, no-wrap msgid "2024-05-02" msgstr "2 Mayo 2024" #. type: TH #: archlinux debian-unstable #, no-wrap msgid "Linux man-pages 6.8" msgstr "Páginas de Manual de Linux 6.8" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "NAME" msgstr "NOMBRE" #. 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 - envía un mensaje de un conector (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 Estándar C (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 "SINOPSIS" #. 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 "DESCRIPCIÓN" #. 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 "El argumento I no es un conector." #. 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 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 "" "Si el mensaje es demasiado largo para pasar automáticamente a través del " "protocolo inferior, se devuelve el error B y el mensaje no es " "transmitido." #. 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 "" "La llamada B() lleva implícita el que no se indiquen los posibles " "errores en la entrega. Los errores detectados localmente se indican " "devolviendo un 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 "" "Cuando el mensaje no cabe en el buffer de envío del conector, B se " "bloquea, a no ser que el conector se haya colocado en el modo de E/S no " "bloqueante. En el modo no bloqueante devolvería B en este caso. Se " "puede utilizar la llamada 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