summaryrefslogtreecommitdiffstats
path: root/templates/man2/nanosleep.2.pot
diff options
context:
space:
mode:
Diffstat (limited to 'templates/man2/nanosleep.2.pot')
-rw-r--r--templates/man2/nanosleep.2.pot125
1 files changed, 94 insertions, 31 deletions
diff --git a/templates/man2/nanosleep.2.pot b/templates/man2/nanosleep.2.pot
index c4e8c1b1..186f6e2e 100644
--- a/templates/man2/nanosleep.2.pot
+++ b/templates/man2/nanosleep.2.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2024-03-01 17:02+0100\n"
+"POT-Creation-Date: 2024-06-01 06:05+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -24,15 +24,15 @@ msgid "nanosleep"
msgstr ""
#. type: TH
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable opensuse-tumbleweed
#, no-wrap
-msgid "2023-10-31"
+msgid "2024-05-02"
msgstr ""
#. type: TH
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable
#, no-wrap
-msgid "Linux man-pages 6.06"
+msgid "Linux man-pages 6.8"
msgstr ""
#. type: SH
@@ -76,11 +76,10 @@ msgid "B<#include E<lt>time.hE<gt>>\n"
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
#, no-wrap
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 ""
@@ -112,13 +111,12 @@ msgid "DESCRIPTION"
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 ""
"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
@@ -165,10 +163,9 @@ msgid "RETURN VALUE"
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 ""
-"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 ""
@@ -247,14 +244,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
@@ -303,14 +299,12 @@ msgid "NOTES"
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 ""
-"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
@@ -384,10 +378,55 @@ msgid "Linux man-pages 6.03"
msgstr ""
#. type: Plain text
+#: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6
+#, no-wrap
+msgid ""
+"B<int nanosleep(const struct timespec *>I<req>B<,>\n"
+"B< struct timespec *_Nullable >I<rem>B<);>\n"
+msgstr ""
+
+#. 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 ""
+#. 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
@@ -395,15 +434,33 @@ msgid "Old behavior"
msgstr ""
#. type: TH
-#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: fedora-40 mageia-cauldron
#, no-wrap
-msgid "2023-03-30"
+msgid "2023-10-31"
+msgstr ""
+
+#. type: TH
+#: fedora-40 mageia-cauldron
+#, no-wrap
+msgid "Linux man-pages 6.06"
+msgstr ""
+
+#. type: TH
+#: fedora-rawhide
+#, no-wrap
+msgid "2024-03-03"
msgstr ""
#. type: TH
-#: debian-unstable opensuse-tumbleweed
+#: fedora-rawhide
#, no-wrap
-msgid "Linux man-pages 6.05.01"
+msgid "Linux man-pages 6.7"
+msgstr ""
+
+#. type: TH
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "2023-03-30"
msgstr ""
#. type: TH
@@ -411,3 +468,9 @@ msgstr ""
#, no-wrap
msgid "Linux man-pages 6.04"
msgstr ""
+
+#. type: TH
+#: opensuse-tumbleweed
+#, no-wrap
+msgid "Linux man-pages (unreleased)"
+msgstr ""