summaryrefslogtreecommitdiffstats
path: root/po/es/man5/proc_pid_timers.5.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/es/man5/proc_pid_timers.5.po')
-rw-r--r--po/es/man5/proc_pid_timers.5.po245
1 files changed, 245 insertions, 0 deletions
diff --git a/po/es/man5/proc_pid_timers.5.po b/po/es/man5/proc_pid_timers.5.po
new file mode 100644
index 00000000..a6d7e537
--- /dev/null
+++ b/po/es/man5/proc_pid_timers.5.po
@@ -0,0 +1,245 @@
+# Spanish translation of manpages
+# This file is distributed under the same license as the manpages-l10n package.
+# Copyright © of this file:
+# Juan Piernas <piernas@ditec.um.es>, 1998-1999, 2005.
+# Marcos Fouces <marcos@debian.org>, 2024.
+msgid ""
+msgstr ""
+"Project-Id-Version: manpages-l10n 4.22.0\n"
+"POT-Creation-Date: 2024-06-01 06:11+0200\n"
+"PO-Revision-Date: 2024-06-09 13:44+0200\n"
+"Last-Translator: Marcos Fouces <marcos@debian.org>\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"
+
+#. type: TH
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
+#, no-wrap
+msgid "proc_pid_timers"
+msgstr "proc_pid_timers"
+
+#. 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-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
+#, no-wrap
+msgid "NAME"
+msgstr "NOMBRE"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
+msgid "/proc/pid/timers - POSIX timers"
+msgstr "/proc/pid/timers - temporizadores POSIX"
+
+#. type: SH
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
+#, no-wrap
+msgid "DESCRIPTION"
+msgstr "DESCRIPCIÓN"
+
+#. type: TP
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/>pidI</timers> (since Linux 3.10)"
+msgstr "I</proc/>pidI</timers> (desde Linux 3.10)"
+
+#. commit 5ed67f05f66c41e39880a6d61358438a25f9fee5
+#. commit 48f6a7a511ef8823fdff39afee0320092d43a8a0
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
+msgid ""
+"A list of the POSIX timers for this process. Each timer is listed with a "
+"line that starts with the string \"ID:\". For example:"
+msgstr ""
+"Lista de temporizadores POSIX para este proceso. Cada temporizador se "
+"enumera con una línea que comienza por 'ID:'. Por ejemplo:"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"ID: 1\n"
+"signal: 60/00007fff86e452a8\n"
+"notify: signal/pid.2634\n"
+"ClockID: 0\n"
+"ID: 0\n"
+"signal: 60/00007fff86e452a8\n"
+"notify: signal/pid.2634\n"
+"ClockID: 1\n"
+msgstr ""
+"ID: 1\n"
+"signal: 60/00007fff86e452a8\n"
+"notify: signal/pid.2634\n"
+"ClockID: 0\n"
+"ID: 0\n"
+"signal: 60/00007fff86e452a8\n"
+"notify: signal/pid.2634\n"
+"ClockID: 1\n"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
+msgid "The lines shown for each timer have the following meanings:"
+msgstr ""
+"Las líneas mostradas para cada temporizador tienen los siguientes "
+"significados:"
+
+#. type: TP
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
+#, no-wrap
+msgid "I<ID>"
+msgstr "I<ID>"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
+msgid ""
+"The ID for this timer. This is not the same as the timer ID returned by "
+"B<timer_create>(2); rather, it is the same kernel-internal ID that is "
+"available via the I<si_timerid> field of the I<siginfo_t> structure (see "
+"B<sigaction>(2))."
+msgstr ""
+"El ID de este temporizador. Este no es el mismo que el ID del temporizador "
+"devuelto por B<timer_create>(2); más bien, es el mismo ID interno del núcleo "
+"que está disponible a través del campo I<si_timerid> de la estructura "
+"I<siginfo_t> (consulte B<sigaction>(2))."
+
+#. type: TP
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
+#, no-wrap
+msgid "I<signal>"
+msgstr "I<signal>"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
+msgid ""
+"This is the signal number that this timer uses to deliver notifications "
+"followed by a slash, and then the I<sigev_value> value supplied to the "
+"signal handler. Valid only for timers that notify via a signal."
+msgstr ""
+"Este es el número de señal que utiliza este temporizador para entregar "
+"notificaciones seguido de una barra diagonal y luego el valor I<sigev_value> "
+"proporcionado al controlador de señales. Válido únicamente para "
+"temporizadores que avisan mediante una señal."
+
+#. type: TP
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
+#, no-wrap
+msgid "I<notify>"
+msgstr "I<notify>"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
+msgid ""
+"The part before the slash specifies the mechanism that this timer uses to "
+"deliver notifications, and is one of \"thread\", \"signal\", or \"none\". "
+"Immediately following the slash is either the string \"tid\" for timers with "
+"B<SIGEV_THREAD_ID> notification, or \"pid\" for timers that notify by other "
+"mechanisms. Following the \".\" is the PID of the process (or the kernel "
+"thread ID of the thread) that will be delivered a signal if the timer "
+"delivers notifications via a signal."
+msgstr ""
+"La parte antes de la barra diagonal especifica el mecanismo que utiliza este "
+"temporizador para enviar notificaciones, puede ser:'thread', 'signal' o "
+"'none'. Inmediatamente después de la barra diagonal se encuentra la cadena "
+"'tid' para los temporizadores con notificación B<SIGEV_THREAD_ID>, o 'pid' "
+"para los temporizadores que notifican mediante otros mecanismos. Después de "
+"'.' está el PID del proceso (o el ID del hilo del núcleo) que recibirá una "
+"señal si el temporizador envía notificaciones a través de una señal."
+
+#. type: TP
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
+#, no-wrap
+msgid "I<ClockID>"
+msgstr "I<ClockID>"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
+msgid ""
+"This field identifies the clock that the timer uses for measuring time. For "
+"most clocks, this is a number that matches one of the user-space B<CLOCK_*> "
+"constants exposed via I<E<lt>time.hE<gt>>. B<CLOCK_PROCESS_CPUTIME_ID> "
+"timers display with a value of -6 in this field. B<CLOCK_THREAD_CPUTIME_ID> "
+"timers display with a value of -2 in this field."
+msgstr ""
+"Este campo identifica el reloj que utiliza el temporizador para medir el "
+"tiempo. Para la mayoría de los relojes, este es un número que coincide con "
+"una de las constantes B<CLOCK_*> del espacio de usuario mostradas a través "
+"de I<E<lt>time.hE<gt>>. Los temporizadores B<CLOCK_PROCESS_CPUTIME_ID> se "
+"muestran con un valor de -6 en este campo. Los temporizadores "
+"B<CLOCK_THREAD_CPUTIME_ID> se muestran con un valor de -2 en este campo."
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
+msgid ""
+"This file is available only when the kernel was configured with "
+"B<CONFIG_CHECKPOINT_RESTORE>."
+msgstr ""
+"Este archivo está disponible solo cuando se haya configurado el núcleo con "
+"la opción B<CONFIG_CHECKPOINT_RESTORE>. "
+
+#. type: SH
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
+#, no-wrap
+msgid "SEE ALSO"
+msgstr "VÉASE TAMBIÉN"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
+msgid "B<proc>(5)"
+msgstr "B<proc>(5)"
+
+#. type: TH
+#: fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "2023-09-07"
+msgstr "7 Septiembre 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-tumbleweed
+#, no-wrap
+msgid "Linux man-pages (unreleased)"
+msgstr "Páginas de Manual de Linux (no publicadas)"