# Spanish translation of manpages # This file is distributed under the same license as the manpages-l10n package. # Copyright © of this file: # Gerardo Aburruzaga García , 1998. # Juan Piernas , 2000. # Miguel Pérez Ibars , 2005. msgid "" msgstr "" "Project-Id-Version: manpages-l10n\n" "POT-Creation-Date: 2024-06-01 05:50+0200\n" "PO-Revision-Date: 2021-01-28 20:28+0100\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 "fdopen()" msgid "fopen" msgstr "fdopen()" #. 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 msgid "fopen, fdopen, freopen - stream open functions" msgstr "fopen, fdopen, freopen - funciones de apertura de flujos" #. 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 Estdio.hE>\n" msgstr "B<#include Estdio.hE>\n" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "" "BIB<, const char *restrict >IB<);>\n" "BIB<, const char *>IB<);>\n" "BIB<, const char *restrict >IB<,>\n" "B< FILE *restrict >IB<);>\n" msgstr "" #. 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(7)):" msgstr "" "Requisitos de Macros de Prueba de Características para glibc (véase " "B(7)):" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy #| msgid "fdopen()" msgid "B():" msgstr "fdopen()" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid " _POSIX_C_SOURCE\n" msgstr " _POSIX_C_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 msgid "" "The B() function opens the file whose name is the string pointed to " "by I and associates a stream with it." msgstr "" "La función B() abre el fichero cuyo nombre es la cadena apuntada por " "I y asocia un flujo de datos a él." #. 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 points to a string beginning with one of the " #| "following sequences (Additional characters may follow these sequences.):" msgid "" "The argument I points to a string beginning with one of the following " "sequences (possibly followed by additional characters, as described below):" msgstr "" "El argumento I apunta a una cadena que empieza con una de las " "siguientes secuencias (a las que pueden seguir caracteres adicionales):" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Open text file for reading. The stream is positioned at the beginning of " "the file." msgstr "" "Abre un fichero de texto para lectura. El flujo se posiciona al principio " "del fichero." #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Open for reading and writing. The stream is positioned at the beginning of " "the file." msgstr "" "Abre para lectura y escritura. El flujo se posiciona al principio del " "fichero." #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Truncate file to zero length or create text file for writing. The stream is " "positioned at the beginning of the file." msgstr "" "Trunca el fichero a longitud cero o crea un fichero de texto para escritura. " "El flujo se posiciona al principio del fichero." #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Open for reading and writing. The file is created if it does not exist, " "otherwise it is truncated. The stream is positioned at the beginning of the " "file." msgstr "" "Abre para lectura y escritura. El fichero se crea si no existe, en otro caso " "se trunca. El flujo se posiciona al principio del fichero." #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Open for appending (writing at end of file). The file is created if it does " "not exist. The stream is positioned at the end of the file." msgstr "" "Abre para añadir (escribir al final del fichero). El fichero se crea si no " "existe. El flujo se posiciona al final del fichero." #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Open for reading and appending (writing at end of file). The file is " "created if it does not exist. Output is always appended to the end of the " "file. POSIX is silent on what the initial read position is when using this " "mode. For glibc, the initial file position for reading is at the beginning " "of the file, but for Android/BSD/MacOS, the initial file position for " "reading is at the end of the file." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy #| msgid "" #| "The I string can also include the letter \\(aqb\\(aq either as a " #| "last character or as a character between the characters in any of the two-" #| "character strings described above. This is strictly for compatibility " #| "with C89 and has no effect; the \\(aqb\\(aq is ignored on all POSIX " #| "conforming systems, including Linux. (Other systems may treat text files " #| "and binary files differently, and adding the \\(aqb\\(aq may be a good " #| "idea if you do I/O to a binary file and expect that your program may be " #| "ported to non-UNIX environments.)" msgid "" "The I string can also include the letter \\[aq]b\\[aq] either as a " "last character or as a character between the characters in any of the two-" "character strings described above. This is strictly for compatibility with " "ISO C and has no effect; the \\[aq]b\\[aq] is ignored on all POSIX " "conforming systems, including Linux. (Other systems may treat text files " "and binary files differently, and adding the \\[aq]b\\[aq] may be a good " "idea if you do I/O to a binary file and expect that your program may be " "ported to non-UNIX environments.)" msgstr "" "La cadena I también puede incluir la letra \\(aqb\\(aq como último " "carácter o entre los de cualquiera de las cadenas de dos caracteres " "descritas anteriormente. Todo esto es estrictamente por compatibilidad con " "C89 y no tiene efecto. La \\(aqb\\(aq se ignora en todos los sistemas " "conformes con POSIX, incluido Linux. (Otros sistemas pueden tratar los " "ficheros de texto y los ficheros binarios de forma diferente, y añadir la " "\\(aqb\\(aq puede ser una buena idea si realiza E/S de un fichero binario y " "espera que su programa pueda ser transportado a entornos no UNIX)." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "See NOTES below for details of glibc extensions for I." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Any created file will have the mode B | B | B | " "B | B | B (0666), as modified by the process's " "umask value (see B(2))." msgstr "" "Cualquier fichero creado tendrá de permisos B | B | " "B | B | B | B (0666), modificados por el " "valor de la máscara umask del proceso (vea B(2))." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy #| msgid "" #| "Reads and writes may be intermixed on read/write streams in any order. " #| "Note that ANSI C requires that a file positioning function intervene " #| "between output and input, unless an input operation encounters end-of-" #| "file. (If this condition is not met, then a read is allowed to return " #| "the result of writes other than the most recent.) Therefore it is good " #| "practice (and indeed sometimes necessary under Linux) to put an " #| "B(3) or B(3) operation between write and read " #| "operations on such a stream. This operation may be an apparent no-op (as " #| "in I called for its synchronizing side effect)." msgid "" "Reads and writes may be intermixed on read/write streams in any order. Note " "that ANSI C requires that a file positioning function intervene between " "output and input, unless an input operation encounters end-of-file. (If " "this condition is not met, then a read is allowed to return the result of " "writes other than the most recent.) Therefore it is good practice (and " "indeed sometimes necessary under Linux) to put an B(3) or " "B(3) operation between write and read operations on such a " "stream. This operation may be an apparent no-op (as in I called for its synchronizing side effect)." msgstr "" "Las lecturas y las escrituras pueden mezclarse en flujos abiertos para " "lectura/escritura en cualquier orden. Observe que C ANSI requiere que " "intervenga una función de posicionamiento entre la salida y la entrada, a " "menos que una operación de entrada encuentre el fin-de-fichero. (Si esta " "condición no se cumple, entonces se permite a una lectura devolver el " "resultado de escrituras distintas a la más reciente.) Por lo tanto es buena " "práctica (y desde luego necesario algunas veces bajo Linux) hacer una " "operación B(3) o B(3) entre operaciones de escritura y " "lectura en tal flujo. Esta operación puede ser aparentemente inútil (como en " "I), llamada por su efecto lateral de " "sincronización." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy #| msgid "" #| "Opening a file in append mode (B as the first character of I) " #| "causes all subsequent write operations to this stream to occur at end-of-" #| "file, as if preceded the call:" msgid "" "Opening a file in append mode (B as the first character of I) " "causes all subsequent write operations to this stream to occur at end-of-" "file, as if preceded by the call:" msgstr "" "Abrir un fichero para añadir (B como primer carácter de I) implica " "que todas las operaciones de escritura posteriores sobre el flujo se " "realicen al final del fichero, como si fueran precedidas por una llamada:" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "fseek(stream, 0, SEEK_END);\n" msgstr "fseek(stream, 0, SEEK_END);\n" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The file descriptor associated with the stream is opened as if by a call to " "B(2) with the following flags:" msgstr "" #. type: tbl table #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "fopen() mode" msgstr "" #. type: tbl table #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "open() flags" msgstr "" #. type: tbl table #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "I" msgstr "I" #. type: tbl table #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "O_RDONLY" msgstr "O_RDONLY" #. type: tbl table #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "I" msgstr "I" #. type: tbl table #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "O_WRONLY | O_CREAT | O_TRUNC" msgstr "O_WRONLY | O_CREAT | O_TRUNC" #. type: tbl table #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "I" msgstr "I" #. type: tbl table #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "O_WRONLY | O_CREAT | O_APPEND" msgstr "O_WRONLY | O_CREAT | O_APPEND" #. type: tbl table #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "I" msgstr "I" #. type: tbl table #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "O_RDWR" msgstr "O_RDWR" #. type: tbl table #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "I" msgstr "I" #. type: tbl table #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "O_RDWR | O_CREAT | O_TRUNC" msgstr "O_RDWR | O_CREAT | O_TRUNC" #. type: tbl table #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "I" msgstr "I" #. type: tbl table #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "O_RDWR | O_CREAT | O_APPEND" msgstr "O_RDWR | O_CREAT | O_APPEND" #. type: SS #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "fdopen()" msgstr "fdopen()" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The B() function associates a stream with the existing file " "descriptor, I. The I of the stream (one of the values \"r\", \"r+" "\", \"w\", \"w+\", \"a\", \"a+\") must be compatible with the mode of the " "file descriptor. The file position indicator of the new stream is set to " "that belonging to I, and the error and end-of-file indicators are " "cleared. Modes \"w\" or \"w+\" do not cause truncation of the file. The " "file descriptor is not dup'ed, and will be closed when the stream created by " "B() is closed. The result of applying B() to a shared " "memory object is undefined." msgstr "" "La función B() asocia un flujo con el descriptor de fichero " "existente, I. El I del flujo (uno de los valores \"r\", \"r+\", " "\"w\", \"w+\", \"a\", \"a+\") debe ser compatible con el del descriptor de " "fichero. Al indicador de posición de fichero del nuevo flujo se le asigna el " "valor del indicador de posición perteneciente a I y los indicadores " "de error y de fin-de-fichero se limpian. Los modos \"w\" y \"w+\" no " "provocan el trucamiento del fichero. El descriptor de fichero no es " "Ilicado y se cerrará cuando el flujo creado por B() se cierre. " "El resultado de aplicar I() a un objeto compartido de memoria es " "indefinido." #. type: SS #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "freopen()" msgstr "freopen()" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The B() function opens the file whose name is the string pointed " "to by I and associates the stream pointed to by I with " "it. The original stream (if it exists) is closed. The I argument is " "used just as in the B() function." msgstr "" "La función B() abre el fichero cuyo nombre es la cadena apuntada " "por I y asocia el flujo apuntado por I con él. El flujo " "original (si existe) se cierra. El argumento I se emplea igual que en " "la función B()." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "If the I argument is a null pointer, B() changes the " "mode of the stream to that specified in I; that is, B() " "reopens the pathname that is associated with the stream. The specification " "for this behavior was added in the C99 standard, which says:" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "In this case, the file descriptor associated with the stream need not be " "closed if the call to B() succeeds. It is implementation-defined " "which changes of mode are permitted (if any), and under what circumstances." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The primary use of the B() function is to change the file " "associated with a standard text stream (I, I, or I)." 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 msgid "" "Upon successful completion B(), B(), and B() return " "a I pointer. Otherwise, NULL is returned and I is set to " "indicate the error." msgstr "" "Cuando acaban bien, B(), B() y B() devuelven un " "puntero a I. Cuando no, devuelven NULL y I contiene un valor " "que indica el error." #. 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: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The I provided to B(), B(), or B() was " "invalid." msgstr "" "El I pasado a B(), B() o B() no era válido." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The B(), B(), and B() functions may also fail and " "set I for any of the errors specified for the routine B(3)." msgstr "" "Las funciones B(), B() y B() también pueden fallar y " "poner un valor en I para cualquiera de los errores especificados para " "la rutina B(3)." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The B() function may also fail and set I for any of the " "errors specified for the routine B(2)." msgstr "" "La función B() también puede fallar y poner un valor en I para " "cualquiera de los errores especificados para la rutina B(2)." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The B() function may also fail and set I for any of the " "errors specified for the routine B(2)." msgstr "" "La función B() también puede fallar y poner un valor en I " "para cualquiera de los errores especificados para la rutina B(2)." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The B() function may also fail and set I for any of the " "errors specified for the routines B(2), B(3), and B(3)." msgstr "" "La función B() también puede fallar y poner un valor en I " "para cualquiera de los errores especificados para las rutinas B(2), " "B(3) y B(3)." #. 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(7)." msgstr "" "Para obtener una explicación de los términos usados en esta sección, véase " "B(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 "Interfaz" #. 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 #, no-wrap msgid "" "B(),\n" "B(),\n" "B()" msgstr "" "B(),\n" "B(),\n" "B()" #. 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 "Seguridad del hilo" #. 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 "Multi-hilo seguro" #. 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 "fdopen()" msgid "B()" msgstr "fdopen()" #. type: TQ #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy, no-wrap #| msgid "freopen()" msgid "B()" msgstr "freopen()" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "C11, POSIX.1-2008." msgstr "C11, POSIX.1-2008." #. type: TP #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy, no-wrap #| msgid "fdopen()" msgid "B()" msgstr "fdopen()" #. 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: SH #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "HISTORY" msgstr "HISTORIAL" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "POSIX.1-2001, C89." msgstr "POSIX.1-2001, C89." #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "POSIX.1-2001." msgstr "POSIX.1-2001." #. 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: SS #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "glibc notes" msgstr "" #. 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 allows the following extensions for the string specified " "in I:" msgstr "" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B (since glibc 2.3.3)" msgstr "B (desde glibc 2.3.3)" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Do not make the open operation, or subsequent read and write operations, " "thread cancelation points. This flag is ignored for B()." msgstr "" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B (since glibc 2.7)" msgstr "B (desde glibc 2.7)" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Open the file with the B flag. See B(2) for more " "information. This flag is ignored for B()." msgstr "" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B (since glibc 2.3)" msgstr "B (desde glibc 2.3)" #. As at glibc 2.4: #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Attempt to access the file using B(2), rather than I/O system calls " "(B(2), B(2)). Currently, use of B(2) is attempted only " "for a file opened for reading." msgstr "" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B" msgstr "B" #. Since glibc 2.0? #. FIXME . C11 specifies this flag #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Open the file exclusively (like the B flag of B(2)). If the " "file already exists, B() fails, and sets I to B. " "This flag is ignored for B()." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "In addition to the above characters, B() and B() support " "the following syntax in I:" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "B< ,ccs=>I" msgstr "B< ,ccs=>I" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The given I is taken as the name of a coded character set and the " "stream is marked as wide-oriented. Thereafter, internal conversion " "functions convert I/O to and from the character set I. If the B<," "ccs=>I syntax is not specified, then the wide-orientation of the " "stream is determined by the first file operation. If that operation is a " "wide-character operation, the stream is marked wide-oriented, and functions " "to convert to the coded character set are loaded." 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" #. FIXME . http://sourceware.org/bugzilla/show_bug.cgi?id=12685 #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "When parsing for individual flag characters in I (i.e., the characters " "preceding the \"ccs\" specification), the glibc implementation of " "B() and B() limits the number of characters examined in " "I to 7 (or, before glibc 2.14, to 6, which was not enough to include " "possible specifications such as \"rb+cmxe\"). The current implementation of " "B() parses at most 5 characters in I." 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(2), B(3), B(3), B(3), B(3), " "B(3)" msgstr "" "B(2), B(3), B(3), B(3), B(3), " "B(3)" #. 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 #, fuzzy #| msgid "B(), B(): POSIX.1-2001, POSIX.1-2008, C89, C99." msgid "B(), B(): POSIX.1-2001, POSIX.1-2008, C99." msgstr "B(), B(): POSIX.1-2001, POSIX.1-2008, C89, C99." #. type: Plain text #: debian-bookworm msgid "B(): POSIX.1-2001, POSIX.1-2008." msgstr "B(): POSIX.1-2001, POSIX.1-2008." #. type: TH #: fedora-40 fedora-rawhide mageia-cauldron #, no-wrap msgid "2023-10-31" msgstr "31 Octubre 2023" #. type: TH #: fedora-40 mageia-cauldron #, no-wrap msgid "Linux man-pages 6.06" msgstr "Páginas de Manual de Linux 6.06" #. type: TH #: fedora-rawhide #, no-wrap msgid "Linux man-pages 6.7" msgstr "Páginas de Manual de Linux 6.7" #. 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 "Páginas de Manual de Linux 6.04" #. type: TH #: opensuse-tumbleweed #, no-wrap msgid "Linux man-pages (unreleased)" msgstr "Páginas de Manual de Linux (no publicadas)"