summaryrefslogtreecommitdiffstats
path: root/po/es/man2/nanosleep.2.po
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:52:03 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:52:03 +0000
commit932e4432596447eb9331cc2a2bb74a26a35b4efc (patch)
tree95161711ea07fd64f0c82d6e7943024c033dd5a8 /po/es/man2/nanosleep.2.po
parentAdding debian version 4.22.0-1. (diff)
downloadmanpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.tar.xz
manpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.zip
Merging upstream version 4.23.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'po/es/man2/nanosleep.2.po')
-rw-r--r--po/es/man2/nanosleep.2.po138
1 files changed, 101 insertions, 37 deletions
diff --git a/po/es/man2/nanosleep.2.po b/po/es/man2/nanosleep.2.po
index 62310d94..266ec023 100644
--- a/po/es/man2/nanosleep.2.po
+++ b/po/es/man2/nanosleep.2.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: manpages-l10n\n"
-"POT-Creation-Date: 2024-03-01 17:02+0100\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 <gerardo.aburruzaga@uca.es>\n"
"Language-Team: Spanish <debian-l10n-spanish@lists.debian.org>\n"
@@ -24,16 +24,16 @@ msgid "nanosleep"
msgstr ""
#. type: TH
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable opensuse-tumbleweed
#, no-wrap
-msgid "2023-10-31"
-msgstr "31 Octubre 2023"
+msgid "2024-05-02"
+msgstr "2 Mayo 2024"
#. type: TH
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable
#, no-wrap
-msgid "Linux man-pages 6.06"
-msgstr "Páginas de manual de Linux 6.06"
+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
@@ -76,12 +76,11 @@ msgid "B<#include E<lt>time.hE<gt>>\n"
msgstr "B<#include E<lt>time.hE<gt>>\n"
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed
#, fuzzy, no-wrap
#| msgid "B<int nanosleep(const struct timespec *>I<req>B<, struct timespec *>I<rem>B<);>"
msgid ""
-"B<int nanosleep(const struct timespec *>I<req>B<,>\n"
+"B<int nanosleep(const struct timespec *>I<duration>B<,>\n"
"B< struct timespec *_Nullable >I<rem>B<);>\n"
msgstr "B<int nanosleep(const struct timespec *>I<req>B<, struct timespec *>I<rem>B<);>"
@@ -115,13 +114,12 @@ 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
+#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed
msgid ""
"B<nanosleep>() suspends the execution of the calling thread until either at "
-"least the time specified in I<*req> has elapsed, or the delivery of a signal "
-"that triggers the invocation of a handler in the calling thread or that "
-"terminates the process."
+"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
@@ -204,10 +202,9 @@ 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
+#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed
msgid ""
-"On successfully sleeping for the requested interval, B<nanosleep>() returns "
+"On successfully sleeping for the requested duration, B<nanosleep>() returns "
"0. If the call is interrupted by a signal handler or encounters an error, "
"then it returns -1, with I<errno> set to indicate the error."
msgstr ""
@@ -302,14 +299,13 @@ msgid ""
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed
msgid ""
"Setting the value of the B<CLOCK_REALTIME> clock via B<clock_settime>(2) "
"shall have no effect on threads that are blocked waiting for a relative time "
"service based upon this clock, including the B<nanosleep>() function; ... "
-"Consequently, these time services shall expire when the requested relative "
-"interval elapses, independently of the new or old value of the clock."
+"Consequently, these time services shall expire when the requested duration "
+"elapses, independently of the new or old value of the clock."
msgstr ""
#. type: SH
@@ -371,14 +367,12 @@ msgid "NOTES"
msgstr "NOTAS"
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed
msgid ""
-"If the interval specified in I<req> is not an exact multiple of the "
-"granularity underlying clock (see B<time>(7)), then the interval will be "
-"rounded up to the next multiple. Furthermore, after the sleep completes, "
-"there may still be a delay before the CPU becomes free to once again execute "
-"the calling thread."
+"If the I<duration> is not an exact multiple of the granularity underlying "
+"clock (see B<time>(7)), then the interval will be rounded up to the next "
+"multiple. Furthermore, after the sleep completes, there may still be a "
+"delay before the CPU becomes free to once again execute the calling thread."
msgstr ""
#. type: Plain text
@@ -455,13 +449,59 @@ msgstr "12 Febrero 2023"
#: debian-bookworm
#, no-wrap
msgid "Linux man-pages 6.03"
-msgstr "Páginas de manual de Linux 6.03"
+msgstr "Páginas de Manual de Linux 6.03"
+
+#. type: Plain text
+#: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6
+#, fuzzy, no-wrap
+#| msgid "B<int nanosleep(const struct timespec *>I<req>B<, struct timespec *>I<rem>B<);>"
+msgid ""
+"B<int nanosleep(const struct timespec *>I<req>B<,>\n"
+"B< struct timespec *_Nullable >I<rem>B<);>\n"
+msgstr "B<int nanosleep(const struct timespec *>I<req>B<, struct timespec *>I<rem>B<);>"
+
+#. type: Plain text
+#: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6
+msgid ""
+"B<nanosleep>() suspends the execution of the calling thread until either at "
+"least the time specified in I<*req> 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
+#: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6
+msgid ""
+"On successfully sleeping for the requested interval, B<nanosleep>() returns "
+"0. If the call is interrupted by a signal handler or encounters an error, "
+"then it returns -1, with I<errno> set to indicate the error."
+msgstr ""
#. type: Plain text
#: debian-bookworm
msgid "POSIX.1-2001, POSIX.1-2008."
msgstr "POSIX.1-2001, POSIX.1-2008."
+#. type: Plain text
+#: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6
+msgid ""
+"If the interval specified in I<req> is not an exact multiple of the "
+"granularity underlying clock (see B<time>(7)), then the interval will be "
+"rounded up to the next multiple. Furthermore, after the sleep completes, "
+"there may still be a delay before the CPU becomes free to once again execute "
+"the calling thread."
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6
+msgid ""
+"Setting the value of the B<CLOCK_REALTIME> clock via B<clock_settime>(2) "
+"shall have no effect on threads that are blocked waiting for a relative time "
+"service based upon this clock, including the B<nanosleep>() function; ... "
+"Consequently, these time services shall expire when the requested relative "
+"interval elapses, independently of the new or old value of the clock."
+msgstr ""
+
#. type: SS
#: debian-bookworm
#, no-wrap
@@ -469,19 +509,43 @@ msgid "Old behavior"
msgstr ""
#. type: TH
-#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: fedora-40 mageia-cauldron
#, no-wrap
-msgid "2023-03-30"
-msgstr "30 Marzo 2023"
+msgid "2023-10-31"
+msgstr "31 Octubre 2023"
#. type: TH
-#: debian-unstable opensuse-tumbleweed
+#: fedora-40 mageia-cauldron
#, no-wrap
-msgid "Linux man-pages 6.05.01"
-msgstr "Páginas de manual de Linux 6.05.01"
+msgid "Linux man-pages 6.06"
+msgstr "Páginas de Manual de Linux 6.06"
+
+#. type: TH
+#: fedora-rawhide
+#, no-wrap
+msgid "2024-03-03"
+msgstr "3 Marzo 2024"
+
+#. 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 "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)"