diff options
Diffstat (limited to 'po/es/man2/readv.2.po')
-rw-r--r-- | po/es/man2/readv.2.po | 881 |
1 files changed, 881 insertions, 0 deletions
diff --git a/po/es/man2/readv.2.po b/po/es/man2/readv.2.po new file mode 100644 index 00000000..8bfecf47 --- /dev/null +++ b/po/es/man2/readv.2.po @@ -0,0 +1,881 @@ +# Spanish translation of manpages +# This file is distributed under the same license as the manpages-l10n package. +# Copyright © of this file: +# Miguel Pérez Ibars <mpi79470@alu.um.es>, 2004. +msgid "" +msgstr "" +"Project-Id-Version: manpages-l10n\n" +"POT-Creation-Date: 2024-03-01 17:05+0100\n" +"PO-Revision-Date: 2004-11-06 19:53+0200\n" +"Last-Translator: Miguel Pérez Ibars <mpi79470@alu.um.es>\n" +"Language-Team: Spanish <debian-l10n-spanish@lists.debian.org>\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 +#, no-wrap +msgid "readv" +msgstr "" + +#. type: TH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "2023-10-31" +msgstr "31 Octubre 2023" + +#. type: TH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "Linux man-pages 6.06" +msgstr "Páginas de manual de Linux 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 "NOMBRE" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"readv, writev, preadv, pwritev, preadv2, pwritev2 - read or write data into " +"multiple buffers" +msgstr "" +"readv, writev, preadv, pwritev, preadv2, pwritev2 - leen o escriben datos en " +"múltiples buffers" + +#. 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<libc>, I<-lc>)" +msgstr "Biblioteca Estándar C (I<libc>, 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 E<lt>sys/uio.hE<gt>>\n" +msgstr "B<#include E<lt>sys/uio.hE<gt>>\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<ssize_t readv(int >I<fd>B<, const struct iovec *>I<vector>B<, int >I<count>B<);>\n" +msgid "" +"B<ssize_t readv(int >I<fd>B<, const struct iovec *>I<iov>B<, int >I<iovcnt>B<);>\n" +"B<ssize_t writev(int >I<fd>B<, const struct iovec *>I<iov>B<, int >I<iovcnt>B<);>\n" +msgstr "B<ssize_t readv(int >I<fd>B<, const struct iovec *>I<vector>B<, int >I<count>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<ssize_t readv(int >I<fd>B<, const struct iovec *>I<vector>B<, int >I<count>B<);>\n" +msgid "" +"B<ssize_t preadv(int >I<fd>B<, const struct iovec *>I<iov>B<, int >I<iovcnt>B<,>\n" +"B< off_t >I<offset>B<);>\n" +"B<ssize_t pwritev(int >I<fd>B<, const struct iovec *>I<iov>B<, int >I<iovcnt>B<,>\n" +"B< off_t >I<offset>B<);>\n" +msgstr "B<ssize_t readv(int >I<fd>B<, const struct iovec *>I<vector>B<, int >I<count>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<ssize_t writev(int >I<fd>B<, const struct iovec *>I<vector>B<, int >I<count>B<);>\n" +msgid "" +"B<ssize_t preadv2(int >I<fd>B<, const struct iovec *>I<iov>B<, int >I<iovcnt>B<,>\n" +"B< off_t >I<offset>B<, int >I<flags>B<);>\n" +"B<ssize_t pwritev2(int >I<fd>B<, const struct iovec *>I<iov>B<, int >I<iovcnt>B<,>\n" +"B< off_t >I<offset>B<, int >I<flags>B<);>\n" +msgstr "B<ssize_t writev(int >I<fd>B<, const struct iovec *>I<vector>B<, int >I<count>B<);>\n" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Feature Test Macro Requirements for glibc (see B<feature_test_macros>(7)):" +msgstr "" +"Requisitos de Macros de Prueba de Características para glibc (véase " +"B<feature_test_macros>(7)):" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "preadv() and pwritev()" +msgid "B<preadv>(), B<pwritev>():" +msgstr "preadv() y pwritev()" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +" Since glibc 2.19:\n" +" _DEFAULT_SOURCE\n" +" glibc 2.19 and earlier:\n" +" _BSD_SOURCE\n" +msgstr "" +" A partir de glibc 2.19:\n" +" _DEFAULT_SOURCE\n" +" glibc 2.19 y anteriores:\n" +" _BSD_SOURCE\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 +#, fuzzy +#| msgid "" +#| "The B<readv()> function reads I<count> blocks from the file associated " +#| "with the file descriptor I<fd> into the multiple buffers described by " +#| "I<vector>." +msgid "" +"The B<readv>() system call reads I<iovcnt> buffers from the file associated " +"with the file descriptor I<fd> into the buffers described by I<iov> " +"(\"scatter input\")." +msgstr "" +"La función B<readv()> lee I<count> bloques del fichero asociado con el " +"descriptor de fichero I<fd> en múltiples buffers descritos por I<vector>." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "The B<writev()> function writes at most I<count> blocks described by " +#| "I<vector> to the file associated with the file descriptor I<fd>." +msgid "" +"The B<writev>() system call writes I<iovcnt> buffers of data described by " +"I<iov> to the file associated with the file descriptor I<fd> (\"gather " +"output\")." +msgstr "" +"La función B<writev()> escribe como máximo I<count> bloques descritos por " +"I<vector> en el fichero asociado con el descriptor de fichero I<fd>." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "The pointer I<vector> points to a B<struct iovec> defined in B<E<lt>sys/" +#| "uio.hE<gt>> as" +msgid "" +"The pointer I<iov> points to an array of I<iovec> structures, described in " +"B<iovec>(3type)." +msgstr "" +"El puntero I<vector> apunta a una estructura B<iovec> definida en B<E<lt>sys/" +"uio.hE<gt>> como" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "The B<readv()> function works just like B<read>(2) except that multiple " +#| "buffers are filled." +msgid "" +"The B<readv>() system call works just like B<read>(2) except that multiple " +"buffers are filled." +msgstr "" +"La función B<readv()> trabaja exactamente igual que B<read>(2) salvo que " +"rellena múltiples buffers." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "The B<writev()> function works just like B<write>(2) except that " +#| "multiple buffers are written out." +msgid "" +"The B<writev>() system call works just like B<write>(2) except that " +"multiple buffers are written out." +msgstr "" +"La función B<writev()> trabaja exactamente igual que B<write>(2) salvo que " +"escribe múltiples buffers." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Buffers are processed in array order. This means that B<readv>() " +"completely fills I<iov[0]> before proceeding to I<iov[1]>, and so on. (If " +"there is insufficient data, then not all buffers pointed to by I<iov> may be " +"filled.) Similarly, B<writev>() writes out the entire contents of " +"I<iov[0]> before proceeding to I<iov[1]>, and so on." +msgstr "" + +#. Regarding atomicity, see https://bugzilla.kernel.org/show_bug.cgi?id=10596 +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The data transfers performed by B<readv>() and B<writev>() are atomic: the " +"data written by B<writev>() is written as a single block that is not " +"intermingled with output from writes in other processes; analogously, " +"B<readv>() is guaranteed to read a contiguous block of data from the file, " +"regardless of read operations performed in other threads or processes that " +"have file descriptors referring to the same open file description (see " +"B<open>(2))." +msgstr "" + +#. type: SS +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "preadv() and pwritev()" +msgstr "preadv() y pwritev()" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The B<preadv>() system call combines the functionality of B<readv>() and " +"B<pread>(2). It performs the same task as B<readv>(), but adds a fourth " +"argument, I<offset>, which specifies the file offset at which the input " +"operation is to be performed." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The B<pwritev>() system call combines the functionality of B<writev>() and " +"B<pwrite>(2). It performs the same task as B<writev>(), but adds a fourth " +"argument, I<offset>, which specifies the file offset at which the output " +"operation is to be performed." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The file offset is not changed by these system calls. The file referred to " +"by I<fd> must be capable of seeking." +msgstr "" + +#. type: SS +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "preadv2() and pwritev2()" +msgstr "preadv2() y pwritev2()" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"These system calls are similar to B<preadv>() and B<pwritev>() calls, but " +"add a fifth argument, I<flags>, which modifies the behavior on a per-call " +"basis." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Unlike B<preadv>() and B<pwritev>(), if the I<offset> argument is -1, then " +"the current file offset is used and updated." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The I<flags> argument contains a bitwise OR of zero or more of the following " +"flags:" +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<RWF_DSYNC> (since Linux 4.7)" +msgstr "B<RWF_DSYNC> (desde Linux 4.7)" + +#. commit e864f39569f4092c2b2bc72c773b6e486c7e3bd9 +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Provide a per-write equivalent of the B<O_DSYNC> B<open>(2) flag. This " +"flag is meaningful only for B<pwritev2>(), and its effect applies only to " +"the data range written by the system call." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<RWF_HIPRI> (since Linux 4.6)" +msgstr "B<RWF_HIPRI> (desde Linux 4.6)" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"High priority read/write. Allows block-based filesystems to use polling of " +"the device, which provides lower latency, but may use additional resources. " +"(Currently, this feature is usable only on a file descriptor opened using " +"the B<O_DIRECT> flag.)" +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<RWF_SYNC> (since Linux 4.7)" +msgstr "B<RWF_SYNC> (desde Linux 4.7)" + +#. commit e864f39569f4092c2b2bc72c773b6e486c7e3bd9 +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Provide a per-write equivalent of the B<O_SYNC> B<open>(2) flag. This flag " +"is meaningful only for B<pwritev2>(), and its effect applies only to the " +"data range written by the system call." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<RWF_NOWAIT> (since Linux 4.14)" +msgstr "B<RWF_NOWAIT> (desde Linux 4.14)" + +#. commit 3239d834847627b6634a4139cf1dc58f6f137a46 +#. commit 91f9943e1c7b6638f27312d03fe71fcc67b23571 +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Do not wait for data which is not immediately available. If this flag is " +"specified, the B<preadv2>() system call will return instantly if it would " +"have to read data from the backing storage or wait for a lock. If some data " +"was successfully read, it will return the number of bytes read. If no bytes " +"were read, it will return -1 and set I<errno> to B<EAGAIN> (but see " +"B<BUGS>). Currently, this flag is meaningful only for B<preadv2>()." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<RWF_APPEND> (since Linux 4.16)" +msgstr "B<RWF_APPEND> (desde Linux 4.16)" + +#. commit e1fc742e14e01d84d9693c4aca4ab23da65811fb +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Provide a per-write equivalent of the B<O_APPEND> B<open>(2) flag. This " +"flag is meaningful only for B<pwritev2>(), and its effect applies only to " +"the data range written by the system call. The I<offset> argument does not " +"affect the write operation; the data is always appended to the end of the " +"file. However, if the I<offset> argument is -1, the current file offset is " +"updated." +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 DEVUELTO" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "On success, the B<readv()> function returns the number of bytes read; the " +#| "B<writev()> function returns the number of bytes written. On error, -1 " +#| "is returned, and I<errno> is set appropriately." +msgid "" +"On success, B<readv>(), B<preadv>(), and B<preadv2>() return the number of " +"bytes read; B<writev>(), B<pwritev>(), and B<pwritev2>() return the number " +"of bytes written." +msgstr "" +"En caso de éxito, la función B<readv()> devuelve el número de bytes leídos; " +"la función B<writev()> devuelve el número de bytes escritos. En caso de " +"error, se devuelve -1, y se modifica I<errno> con un valor apropiado." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Note that it is not an error for a successful call to transfer fewer bytes " +"than requested (see B<read>(2) and B<write>(2))." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "On error, -1 is returned, and I<errno> is set appropriately." +msgid "On error, -1 is returned, and I<errno> is set to indicate the error." +msgstr "" +"En caso de error se devuelve -1, y I<errno> se configura adecuadamente." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "ERRORS" +msgstr "ERRORES" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The errors are as given for B<read>(2) and B<write>(2). Furthermore, " +"B<preadv>(), B<preadv2>(), B<pwritev>(), and B<pwritev2>() can also fail " +"for the same reasons as B<lseek>(2). Additionally, the following errors are " +"defined:" +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EINVAL>" +msgstr "B<EINVAL>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The sum of the I<iov_len> values overflows an I<ssize_t> value." +msgstr "" +"La suma de los valores I<iov_len> provoca un desbordamiento por arriba en un " +"valor I<ssize_t>." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The vector count, I<iovcnt>, is less than zero or greater than the permitted " +"maximum." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EOPNOTSUPP>" +msgstr "B<EOPNOTSUPP>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "An unknown flag is specified in I<flags>." +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "VERSIONS" +msgstr "VERSIONES" + +#. type: SS +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "C library/kernel differences" +msgstr "Diferencias núcleo / biblioteca C" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The raw B<preadv>() and B<pwritev>() system calls have call signatures " +"that differ slightly from that of the corresponding GNU C library wrapper " +"functions shown in the SYNOPSIS. The final argument, I<offset>, is unpacked " +"by the wrapper functions into two arguments in the system calls:" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B< unsigned long >I<pos_l>B<, unsigned long >I<pos>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"These arguments contain, respectively, the low order and high order 32 bits " +"of I<offset>." +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "STANDARDS" +msgstr "ESTÁNDARES" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<read>(2)" +msgid "B<readv>()" +msgstr "B<read>(2)" + +#. type: TQ +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<write>(2)" +msgid "B<writev>()" +msgstr "B<write>(2)" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "POSIX.1-2008." +msgstr "POSIX.1-2008." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<read>(2)" +msgid "B<preadv>()" +msgstr "B<read>(2)" + +#. type: TQ +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<write>(2)" +msgid "B<pwritev>()" +msgstr "B<write>(2)" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "BSD." +msgstr "BSD." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<read>(2)" +msgid "B<preadv2>()" +msgstr "B<read>(2)" + +#. type: TQ +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<write>(2)" +msgid "B<pwritev2>()" +msgstr "B<write>(2)" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Linux." +msgstr "Linux." + +#. type: SH +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "HISTORY" +msgstr "HISTORIAL" + +#. Linux libc5 used \fIsize_t\fP as the type of the \fIiovcnt\fP argument, +#. and \fIint\fP as the return type. +#. The readv/writev system calls were buggy before Linux 1.3.40. +#. (Says release.libc.) +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "POSIX.1-2001, SVr4, 4.3BSD." +msgid "POSIX.1-2001, 4.4BSD (first appeared in 4.2BSD)." +msgstr "POSIX.1-2001, SVr4, 4.3BSD." + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "preadv() and pwritev()" +msgid "B<preadv>(), B<pwritev>(): Linux 2.6.30, glibc 2.10." +msgstr "preadv() y pwritev()" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "preadv() and pwritev()" +msgid "B<preadv2>(), B<pwritev2>(): Linux 4.6, glibc 2.26." +msgstr "preadv() y pwritev()" + +#. type: SS +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "C library/kernel differences" +msgid "Historical C library/kernel differences" +msgstr "Diferencias kernel / biblioteca C" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"To deal with the fact that B<IOV_MAX> was so low on early versions of Linux, " +"the glibc wrapper functions for B<readv>() and B<writev>() did some extra " +"work if they detected that the underlying kernel system call failed because " +"this limit was exceeded. In the case of B<readv>(), the wrapper function " +"allocated a temporary buffer large enough for all of the items specified by " +"I<iov>, passed that buffer in a call to B<read>(2), copied data from the " +"buffer to the locations specified by the I<iov_base> fields of the elements " +"of I<iov>, and then freed the buffer. The wrapper function for B<writev>() " +"performed the analogous task using a temporary buffer and a call to " +"B<write>(2)." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The need for this extra effort in the glibc wrapper functions went away with " +"Linux 2.2 and later. However, glibc continued to provide this behavior " +"until glibc 2.10. Starting with glibc 2.9, the wrapper functions provide " +"this behavior only if the library detects that the system is running a Linux " +"kernel older than Linux 2.6.18 (an arbitrarily selected kernel version). " +"And since glibc 2.20 (which requires a minimum of Linux 2.6.32), the glibc " +"wrapper functions always just directly invoke the system calls." +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "NOTES" +msgstr "NOTAS" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"POSIX.1 allows an implementation to place a limit on the number of items " +"that can be passed in I<iov>. An implementation can advertise its limit by " +"defining B<IOV_MAX> in I<E<lt>limits.hE<gt>> or at run time via the return " +"value from I<sysconf(_SC_IOV_MAX)>. On modern Linux systems, the limit is " +"1024. Back in Linux 2.0 days, this limit was 16." +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BUGS" +msgstr "ERRORES" + +#. See +#. <https://lore.kernel.org/linux-fsdevel/fea8b16d-5a69-40f9-b123-e84dcd6e8f2e@www.fastmail.com/T/#u> +#. The bug was introduced in +#. efa8480a831 fs: RWF_NOWAIT should imply IOCB_NOIO +#. and fixed in +#. 06c0444290 mm/filemap.c: generic_file_buffered_read() now uses find_get_pages_contig +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Linux 5.9 and Linux 5.10 have a bug where B<preadv2>() with the " +"B<RWF_NOWAIT> flag may return 0 even when not at end of file." +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "EXAMPLES" +msgstr "EJEMPLOS" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The following code sample demonstrates the use of B<writev>():" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "" +"char *str0 = \"hello \";\n" +"char *str1 = \"world\\en\";\n" +"ssize_t nwritten;\n" +"struct iovec iov[2];\n" +"\\&\n" +"iov[0].iov_base = str0;\n" +"iov[0].iov_len = strlen(str0);\n" +"iov[1].iov_base = str1;\n" +"iov[1].iov_len = strlen(str1);\n" +"\\&\n" +"nwritten = writev(STDOUT_FILENO, iov, 2);\n" +msgstr "" + +#. 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 "VÉASE TAMBIÉN" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<pread>(2), B<read>(2), B<write>(2)" +msgstr "B<pread>(2), B<read>(2), B<write>(2)" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "2023-02-05" +msgstr "5 Febrero 2023" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "Linux man-pages 6.03" +msgstr "Páginas de manual de Linux 6.03" + +#. type: Plain text +#: debian-bookworm +msgid "" +"B<preadv>() and B<pwritev>() first appeared in Linux 2.6.30; library " +"support was added in glibc 2.10." +msgstr "" + +#. type: Plain text +#: debian-bookworm +msgid "" +"B<preadv2>() and B<pwritev2>() first appeared in Linux 4.6. Library " +"support was added in glibc 2.26." +msgstr "" + +#. Linux libc5 used \fIsize_t\fP as the type of the \fIiovcnt\fP argument, +#. and \fIint\fP as the return type. +#. The readv/writev system calls were buggy before Linux 1.3.40. +#. (Says release.libc.) +#. type: Plain text +#: debian-bookworm +msgid "" +"B<readv>(), B<writev>(): POSIX.1-2001, POSIX.1-2008, 4.4BSD (these system " +"calls first appeared in 4.2BSD)." +msgstr "" + +#. type: Plain text +#: debian-bookworm +msgid "" +"B<preadv>(), B<pwritev>(): nonstandard, but present also on the modern BSDs." +msgstr "" + +#. type: Plain text +#: debian-bookworm +msgid "B<preadv2>(), B<pwritev2>(): nonstandard Linux extension." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +#, fuzzy, no-wrap +#| msgid "" +#| "char *str0 = \"hello \";\n" +#| "char *str1 = \"world\\en\";\n" +#| "struct iovec iov[2];\n" +#| "ssize_t nwritten;\n" +msgid "" +"char *str0 = \"hello \";\n" +"char *str1 = \"world\\en\";\n" +"ssize_t nwritten;\n" +"struct iovec iov[2];\n" +msgstr "" +"char *str0 = \"hello \";\n" +"char *str1 = \"world\\en\";\n" +"struct iovec iov[2];\n" +"ssize_t nwritten;\n" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +"iov[0].iov_base = str0;\n" +"iov[0].iov_len = strlen(str0);\n" +"iov[1].iov_base = str1;\n" +"iov[1].iov_len = strlen(str1);\n" +msgstr "" +"iov[0].iov_base = str0;\n" +"iov[0].iov_len = strlen(str0);\n" +"iov[1].iov_base = str1;\n" +"iov[1].iov_len = strlen(str1);\n" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "nwritten = writev(STDOUT_FILENO, iov, 2);\n" +msgstr "nwritten = writev(STDOUT_FILENO, iov, 2);\n" + +#. type: TH +#: debian-unstable opensuse-tumbleweed +#, no-wrap +msgid "2023-05-03" +msgstr "3 Mayo 2023" + +#. type: TH +#: debian-unstable opensuse-tumbleweed +#, no-wrap +msgid "Linux man-pages 6.05.01" +msgstr "Páginas de manual de Linux 6.05.01" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "2023-03-30" +msgstr "30 Marzo 2023" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "Linux man-pages 6.04" +msgstr "Linux man-pages 6.04" |