summaryrefslogtreecommitdiffstats
path: root/po/pt_BR/man2/nanosleep.2.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/pt_BR/man2/nanosleep.2.po')
-rw-r--r--po/pt_BR/man2/nanosleep.2.po138
1 files changed, 102 insertions, 36 deletions
diff --git a/po/pt_BR/man2/nanosleep.2.po b/po/pt_BR/man2/nanosleep.2.po
index ec0cfa1a..ad4146e4 100644
--- a/po/pt_BR/man2/nanosleep.2.po
+++ b/po/pt_BR/man2/nanosleep.2.po
@@ -6,7 +6,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: 2001-06-02 19:20-0300\n"
"Last-Translator: Ricardo C.O.Freitas <english.quest@best-service.com>\n"
"Language-Team: Brazilian Portuguese <debian-l10n-portuguese@lists.debian."
@@ -26,16 +26,17 @@ msgid "nanosleep"
msgstr "nanosleep"
#. type: TH
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable opensuse-tumbleweed
#, no-wrap
-msgid "2023-10-31"
-msgstr "31 outubro 2023"
+msgid "2024-05-02"
+msgstr "2 maio 2024"
#. type: TH
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
-#, no-wrap
-msgid "Linux man-pages 6.06"
-msgstr "Linux man-pages 6.06"
+#: archlinux debian-unstable
+#, fuzzy, no-wrap
+#| msgid "Linux man-pages 6.7"
+msgid "Linux man-pages 6.8"
+msgstr "Linux man-pages 6.7"
#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -78,12 +79,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<);>"
@@ -117,13 +117,12 @@ msgid "DESCRIPTION"
msgstr "DESCRIÇÃO"
#. 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
@@ -207,10 +206,9 @@ msgid "RETURN VALUE"
msgstr "VALOR DE RETORNO"
#. 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 ""
@@ -305,14 +303,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
@@ -374,14 +371,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
@@ -461,10 +456,56 @@ msgid "Linux man-pages 6.03"
msgstr "Linux man-pages 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
@@ -472,19 +513,44 @@ 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 março 2023"
+msgid "2023-10-31"
+msgstr "31 outubro 2023"
+
+#. type: TH
+#: fedora-40 mageia-cauldron
+#, no-wrap
+msgid "Linux man-pages 6.06"
+msgstr "Linux man-pages 6.06"
+
+#. type: TH
+#: fedora-rawhide
+#, no-wrap
+msgid "2024-03-03"
+msgstr "3 março 2024"
#. type: TH
-#: debian-unstable opensuse-tumbleweed
+#: fedora-rawhide
#, no-wrap
-msgid "Linux man-pages 6.05.01"
-msgstr "Linux man-pages 6.05.01"
+msgid "Linux man-pages 6.7"
+msgstr "Linux man-pages 6.7"
+
+#. type: TH
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "2023-03-30"
+msgstr "30 março 2023"
#. type: TH
#: opensuse-leap-15-6
#, no-wrap
msgid "Linux man-pages 6.04"
msgstr "Linux man-pages 6.04"
+
+#. type: TH
+#: opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "Linux man-pages 6.7"
+msgid "Linux man-pages (unreleased)"
+msgstr "Linux man-pages 6.7"