diff options
Diffstat (limited to 'templates/man3/sigwait.3.pot')
-rw-r--r-- | templates/man3/sigwait.3.pot | 60 |
1 files changed, 43 insertions, 17 deletions
diff --git a/templates/man3/sigwait.3.pot b/templates/man3/sigwait.3.pot index c4cb1c12..65c9814f 100644 --- a/templates/man3/sigwait.3.pot +++ b/templates/man3/sigwait.3.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2024-03-01 17:08+0100\n" +"POT-Creation-Date: 2024-06-01 06:22+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 "sigwait" 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 @@ -114,13 +114,13 @@ 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 opensuse-tumbleweed msgid "" "The B<sigwait>() function suspends execution of the calling thread until " -"one of the signals specified in the signal set I<set> becomes pending. The " -"function accepts the signal (removes it from the pending list of signals), " -"and returns the signal number in I<sig>." +"one of the signals specified in the signal set I<set> becomes pending. For " +"a signal to become pending, it must first be blocked with " +"B<sigprocmask>(2). The function accepts the signal (removes it from the " +"pending list of signals), and returns the signal number in I<sig>." msgstr "" #. type: Plain text @@ -265,9 +265,9 @@ msgid "VERSIONS" msgstr "" #. type: Plain text -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed -msgid "B<sigwait>() is implemented using B<sigtimedwait>(2)." +#: archlinux debian-unstable opensuse-tumbleweed +msgid "" +"B<sigwait>() is implemented using B<sigtimedwait>(2); consult its B<NOTES>." msgstr "" #. type: Plain text @@ -346,6 +346,15 @@ msgid "Linux man-pages 6.03" msgstr "" #. type: Plain text +#: debian-bookworm fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +msgid "" +"The B<sigwait>() function suspends execution of the calling thread until " +"one of the signals specified in the signal set I<set> becomes pending. The " +"function accepts the signal (removes it from the pending list of signals), " +"and returns the signal number in I<sig>." +msgstr "" + +#. type: Plain text #: debian-bookworm msgid "POSIX.1-2001, POSIX.1-2008." msgstr "" @@ -356,16 +365,27 @@ msgstr "" msgid "NOTES" msgstr "" +#. type: Plain text +#: debian-bookworm fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +msgid "B<sigwait>() is implemented using B<sigtimedwait>(2)." +msgstr "" + #. type: TH -#: debian-unstable opensuse-tumbleweed +#: fedora-40 fedora-rawhide mageia-cauldron #, no-wrap -msgid "2023-07-20" +msgid "2023-10-31" msgstr "" #. type: TH -#: debian-unstable opensuse-tumbleweed +#: fedora-40 mageia-cauldron #, no-wrap -msgid "Linux man-pages 6.05.01" +msgid "Linux man-pages 6.06" +msgstr "" + +#. type: TH +#: fedora-rawhide +#, no-wrap +msgid "Linux man-pages 6.7" msgstr "" #. type: TH @@ -379,3 +399,9 @@ msgstr "" #, no-wrap msgid "Linux man-pages 6.04" msgstr "" + +#. type: TH +#: opensuse-tumbleweed +#, no-wrap +msgid "Linux man-pages (unreleased)" +msgstr "" |