diff options
Diffstat (limited to 'po/nl/man2/read.2.po')
-rw-r--r-- | po/nl/man2/read.2.po | 104 |
1 files changed, 81 insertions, 23 deletions
diff --git a/po/nl/man2/read.2.po b/po/nl/man2/read.2.po index 673e9733..b47576d3 100644 --- a/po/nl/man2/read.2.po +++ b/po/nl/man2/read.2.po @@ -3,20 +3,20 @@ # Copyright © of this file: # Jos Boersema <joshb@xs4all.nl>, 2001. # Mario Blättermann <mario.blaettermann@gmail.com>, 2019. -# Luc Castermans <luc.castermans@gmail.com>, 2021, 2023. +# Luc Castermans <luc.castermans@gmail.com>, 2021, 2023, 2024. msgid "" msgstr "" "Project-Id-Version: manpages-l10n 2.15\n" -"POT-Creation-Date: 2024-03-01 17:05+0100\n" -"PO-Revision-Date: 2023-01-28 17:44+0100\n" +"POT-Creation-Date: 2024-06-01 06:14+0200\n" +"PO-Revision-Date: 2024-05-20 21:07+0200\n" "Last-Translator: Luc Castermans <luc.castermans@gmail.com>\n" -"Language-Team: Dutch <kde-i18n-nl@kde.org>\n" +"Language-Team: Dutch <>\n" "Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Lokalize 22.12.1\n" +"X-Generator: Lokalize 22.12.3\n" #. type: TH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide @@ -26,16 +26,17 @@ msgid "read" msgstr "read" #. type: TH -#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#: archlinux debian-unstable opensuse-tumbleweed #, no-wrap -msgid "2023-10-31" -msgstr "31 oktober 2023" +msgid "2024-05-02" +msgstr "2 mei 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 @@ -462,17 +463,17 @@ msgstr "" #. Date: Mon Mar 3 09:36:58 2014 -0800 #. vfs: atomic f_pos accesses as per POSIX #. 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 "" "Among the APIs subsequently listed are B<read>() and B<readv>(2). And " "among the effects that should be atomic across threads (and processes) are " "updates of the file offset. However, before Linux 3.14, this was not the " "case: if two processes that share an open file description (see B<open>(2)) " "perform a B<read>() (or B<readv>(2)) at the same time, then the I/O " -"operations were not atomic with respect updating the file offset, with the " -"result that the reads in the two processes might (incorrectly) overlap in " -"the blocks of data that they obtained. This problem was fixed in Linux 3.14." +"operations were not atomic with respect to updating the file offset, with " +"the result that the reads in the two processes might (incorrectly) overlap " +"in the blocks of data that they obtained. This problem was fixed in Linux " +"3.14." msgstr "" "Tussen de achtereenvolgens vermelde API´s staan B<read>() en B<readv>(2). En " "tussen de effecten die atomair zouden moeten zijn voor alle threads (en " @@ -525,20 +526,77 @@ msgstr "" "De typen I<size_t> en I<ssize_t> zijn, respectively, gehele getal typen met " "of zonder teken zoals gespecificeerd door POSIX.1." +#. http://thread.gmane.org/gmane.linux.kernel/1649458 +#. From: Michael Kerrisk (man-pages <mtk.manpages <at> gmail.com> +#. Subject: Update of file offset on write() etc. is non-atomic with I/O +#. Date: 2014-02-17 15:41:37 GMT +#. Newsgroups: gmane.linux.kernel, gmane.linux.file-systems +#. commit 9c225f2655e36a470c4f58dbbc99244c5fc7f2d4 +#. Author: Linus Torvalds <torvalds@linux-foundation.org> +#. Date: Mon Mar 3 09:36:58 2014 -0800 +#. vfs: atomic f_pos accesses as per POSIX +#. type: Plain text +#: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6 +msgid "" +"Among the APIs subsequently listed are B<read>() and B<readv>(2). And " +"among the effects that should be atomic across threads (and processes) are " +"updates of the file offset. However, before Linux 3.14, this was not the " +"case: if two processes that share an open file description (see B<open>(2)) " +"perform a B<read>() (or B<readv>(2)) at the same time, then the I/O " +"operations were not atomic with respect updating the file offset, with the " +"result that the reads in the two processes might (incorrectly) overlap in " +"the blocks of data that they obtained. This problem was fixed in Linux 3.14." +msgstr "" +"Tussen de achtereenvolgens vermelde API´s staan B<read>() en B<readv>(2). En " +"tussen de effecten die atomair zouden moeten zijn voor alle threads (en " +"processen) zijn aanpassingen aan de bestandspositie. Echter vóór Linux " +"versie 3.14 was dit niet het geval: als twee processen die een open " +"bestandsindicator delen (zie B<open>(2)) een B<read>() (of B<readv>(2)) op " +"hetzelfde tijdstip uitvoeren, dan zijn de Invoer/Uitvoer operaties niet " +"atomair met betrekking tot aanpassen van de bestandspositie, hetgeen erin " +"resulteert dat de lees acties in beide processen (foutief) zou kunnen " +"overlappen in de datablokken die ze zouden verkrijgen. Dit probleem werd " +"opgelost in Linux 3.14." + #. type: TH -#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: fedora-40 mageia-cauldron #, no-wrap -msgid "2023-04-03" -msgstr "3 april 2023" +msgid "2023-10-31" +msgstr "31 oktober 2023" + +#. type: TH +#: fedora-40 mageia-cauldron +#, no-wrap +msgid "Linux man-pages 6.06" +msgstr "Linux man-pages 6.06" #. type: TH -#: debian-unstable opensuse-tumbleweed +#: fedora-rawhide #, no-wrap -msgid "Linux man-pages 6.05.01" -msgstr "Linux man-pagina's 6.05.01" +msgid "2024-03-12" +msgstr "12 maart 2024" + +#. type: TH +#: fedora-rawhide +#, no-wrap +msgid "Linux man-pages 6.7" +msgstr "Linux man-pages 6.7" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "2023-04-03" +msgstr "3 april 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" |