# 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. msgid "" msgstr "" "Project-Id-Version: manpages-l10n\n" "POT-Creation-Date: 2024-06-01 06:05+0200\n" "PO-Revision-Date: 1998-01-14 19:53+0200\n" "Last-Translator: Gerardo Aburruzaga García \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 #, no-wrap msgid "nanosleep" msgstr "" #. 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 "nanosleep - high-resolution sleep" msgstr "" #. 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 Etime.hE>\n" msgstr "B<#include Etime.hE>\n" #. type: Plain text #: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed #, fuzzy, no-wrap #| msgid "BIB<, struct timespec *>IB<);>" msgid "" "BIB<,>\n" "B< struct timespec *_Nullable >IB<);>\n" msgstr "BIB<, struct timespec *>IB<);>" #. 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 msgid "B():" msgstr "" #. 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 E= 199309L\n" msgstr " _POSIX_C_SOURCE E= 199309L\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-unstable fedora-rawhide opensuse-tumbleweed msgid "" "B() suspends the execution of the calling thread until either at " "least the time specified in I<*duration> has elapsed, or the delivery of a " "signal that triggers the invocation of a handler in the calling thread or " "that terminates the process." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy #| msgid "" #| "B delays the execution of the program for at least the time " #| "specified in I<*req>. The function can return earlier if a signal has " #| "been delivered to the process. In this case, it returns -1, sets I " #| "to B, and writes the remaining time into the structure pointed to " #| "by I unless I is B. The value of I<*rem> can then be " #| "used to call B again and complete the specified pause." msgid "" "If the call is interrupted by a signal handler, B() returns -1, " "sets I to B, and writes the remaining time into the structure " "pointed to by I unless I is NULL. The value of I<*rem> can then " "be used to call B() again and complete the specified pause (but " "see NOTES)." msgstr "" "B retarda la ejecución del programa durante al menos el tiempo " "especificado en I<*req>. La función puede regresar antes si se ha mandado " "una señal al proceso. En este caso, devuelve -1, pone I a B, y " "escribe el tiempo restante en la estructura apuntada por I a menos que " "I sea B. El valor de I<*rem> puede emplearse para llamar a " "B de nuevo y completar la pausa especificada." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy #| msgid "" #| "The structure I is used to specify intervals of time with " #| "nanosecond precision. It is specified in Itime.hE> and has the " #| "form" msgid "" "The B(3) structure is used to specify intervals of time with " "nanosecond precision." msgstr "" "La estructura I se emplea para especificar intervalos de tiempo " "con precisión de nanosegundo. Se especifica en Itime.hE> y tiene " "la forma" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy #| msgid "" #| "The value of the nanoseconds field must be in the range 0 to 999999999." msgid "The value of the nanoseconds field must be in the range [0, 999999999]." msgstr "" "El valor del campo de nanosegundos debe estar en el rango de 0 a 999999999." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy #| msgid "" #| "Compared to B(3) and B(3), B has the advantage " #| "of not affecting any signals, it is standardized by POSIX, it provides " #| "higher timing resolution, and it allows to continue a sleep that has been " #| "interrupted by a signal more easily." msgid "" "Compared to B(3) and B(3), B() has the following " "advantages: it provides a higher resolution for specifying the sleep " "interval; POSIX.1 explicitly specifies that it does not interact with " "signals; and it makes the task of resuming a sleep that has been interrupted " "by a signal handler easier." msgstr "" "Comparado con B(3) y B(3), B tiene la ventaja de " "no afectar a ninguna señal, está normalizado por POSIX, proporciona una " "resolución del temporizador mayor, y permite que un `sleep' que ha sido " "interrumpido por una señal continúe más fácilmente." #. 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-unstable fedora-rawhide opensuse-tumbleweed msgid "" "On successfully sleeping for the requested duration, B() returns " "0. If the call is interrupted by a signal handler or encounters an error, " "then it returns -1, with I set to indicate 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 "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 "Problem with copying information from user space." 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" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy #| msgid "" #| "The pause has been interrupted by a non-blocked signal that was delivered " #| "to the process. The remaining sleep time has been written into *I so " #| "that the process can easily call B again and continue with the " #| "pause." msgid "" "The pause has been interrupted by a signal that was delivered to the thread " "(see B(7)). The remaining sleep time has been written into I<*rem> " "so that the thread can easily call B() again and continue with " "the pause." msgstr "" "La pausa ha sido interrumpida por una señal no bloqueante que ha sido " "mandada al proceso. El tiempo restante de sueño ha sido escrito en *I " "de modo que el proceso pueda llamar fácilmente de nuevo a B para " "continuar así con la pausa." #. 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 #, fuzzy #| msgid "" #| "The value in the I field was not in the range 0 to 999999999 or " #| "I was negative." msgid "" "The value in the I field was not in the range [0, 999999999] or " "I was negative." msgstr "" "El valor en el campo I no estaba en el rango de 0 a 999999999 ó " "I era un número negativo." #. type: SH #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "VERSIONS" msgstr "VERSIONES" #. See also http://thread.gmane.org/gmane.linux.kernel/696854/ #. Subject: nanosleep() uses CLOCK_MONOTONIC, should be CLOCK_REALTIME? #. Date: 2008-06-22 07:35:41 GMT #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "POSIX.1 specifies that B() should measure time against the " "B clock. However, Linux measures the time using the " "B clock. This probably does not matter, since the POSIX.1 " "specification for B(2) says that discontinuous changes in " "B should not affect B():" msgstr "" #. type: Plain text #: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed msgid "" "Setting the value of the B clock via B(2) " "shall have no effect on threads that are blocked waiting for a relative time " "service based upon this clock, including the B() function; ... " "Consequently, these time services shall expire when the requested duration " "elapses, independently of the new or old value of the clock." 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: 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." msgstr "POSIX.1-2001." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy #| msgid "" #| "As some applications require much more precise pauses (e.g., in order to " #| "control some time-critical hardware), B is also capable of " #| "short high-precision pauses. If the process is scheduled under a real-" #| "time policy like I or I, then pauses of up to 2\\ " #| "ms will be performed as busy waits with microsecond precision." msgid "" "In order to support applications requiring much more precise pauses (e.g., " "in order to control some time-critical hardware), B() would " "handle pauses of up to 2 milliseconds by busy waiting with microsecond " "precision when called from a thread scheduled under a real-time policy like " "B or B. This special extension was removed in Linux " "2.5.39, and is thus not available in Linux 2.6.0 and later kernels." msgstr "" "Como algunas aplicaciones requieren pausas mucho más precisas (p. ej., para " "controlar algún hardware que requiere respuestas en tiempo real), " "B también es capaz de pausas cortas de alta precisión. Si el " "proceso se planifica bajo una política de tiempo real como I o " "I, entonces se harán pausas de hasta 2\\ ms como las esperas " "ocupadas con precisión de microsegundo." #. 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-unstable fedora-rawhide opensuse-tumbleweed msgid "" "If the I is not an exact multiple of the granularity underlying " "clock (see B