diff options
Diffstat (limited to '')
-rw-r--r-- | templates/man2/recv.2.pot | 58 |
1 files changed, 44 insertions, 14 deletions
diff --git a/templates/man2/recv.2.pot b/templates/man2/recv.2.pot index ded6b2ce..728b2a00 100644 --- a/templates/man2/recv.2.pot +++ b/templates/man2/recv.2.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2024-03-01 17:05+0100\n" +"POT-Creation-Date: 2024-06-01 06:15+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 "recv" 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 @@ -204,17 +204,16 @@ msgid "B<MSG_DONTWAIT> (since Linux 2.2)" 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 "" "Enables nonblocking operation; if the operation would block, the call fails " "with the error B<EAGAIN> or B<EWOULDBLOCK>. This provides similar behavior " "to setting the B<O_NONBLOCK> flag (via the B<fcntl>(2) B<F_SETFL> " "operation), but differs in that B<MSG_DONTWAIT> is a per-call option, " "whereas B<O_NONBLOCK> is a setting on the open file description (see " -"B<open>(2)), which will affect all threads in the calling process and as " -"well as other processes that hold file descriptors referring to the same " -"open file description." +"B<open>(2)), which will affect all threads in the calling process as well as " +"other processes that hold file descriptors referring to the same open file " +"description." msgstr "" #. type: TP @@ -937,6 +936,19 @@ msgid "Linux man-pages 6.03" msgstr "" #. type: Plain text +#: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6 +msgid "" +"Enables nonblocking operation; if the operation would block, the call fails " +"with the error B<EAGAIN> or B<EWOULDBLOCK>. This provides similar behavior " +"to setting the B<O_NONBLOCK> flag (via the B<fcntl>(2) B<F_SETFL> " +"operation), but differs in that B<MSG_DONTWAIT> is a per-call option, " +"whereas B<O_NONBLOCK> is a setting on the open file description (see " +"B<open>(2)), which will affect all threads in the calling process and as " +"well as other processes that hold file descriptors referring to the same " +"open file description." +msgstr "" + +#. type: Plain text #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "" @@ -992,15 +1004,27 @@ msgid "The I<socklen_t> type was invented by POSIX. See also B<accept>(2)." msgstr "" #. type: TH -#: debian-unstable opensuse-tumbleweed +#: fedora-40 mageia-cauldron #, no-wrap -msgid "2023-07-18" +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 "2024-02-18" +msgstr "" + +#. type: TH +#: fedora-rawhide +#, no-wrap +msgid "Linux man-pages 6.7" msgstr "" #. type: TH @@ -1014,3 +1038,9 @@ msgstr "" #, no-wrap msgid "Linux man-pages 6.04" msgstr "" + +#. type: TH +#: opensuse-tumbleweed +#, no-wrap +msgid "Linux man-pages (unreleased)" +msgstr "" |