diff options
Diffstat (limited to 'po/nl/man2/open.2.po')
-rw-r--r-- | po/nl/man2/open.2.po | 91 |
1 files changed, 51 insertions, 40 deletions
diff --git a/po/nl/man2/open.2.po b/po/nl/man2/open.2.po index cda7e859..8ce014bb 100644 --- a/po/nl/man2/open.2.po +++ b/po/nl/man2/open.2.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: manpages-l10n 2.15\n" -"POT-Creation-Date: 2024-03-09 16:26+0100\n" +"POT-Creation-Date: 2024-06-01 06:07+0200\n" "PO-Revision-Date: 2023-04-30 20:05+0200\n" "Last-Translator: Luc Castermans <luc.castermans@gmail.com>\n" "Language-Team: Dutch <kde-i18n-nl@kde.org>\n" @@ -26,16 +26,17 @@ msgid "open" msgstr "open" #. type: TH -#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#: archlinux debian-unstable opensuse-tumbleweed #, no-wrap -msgid "2024-01-16" -msgstr "16 januari 2024" +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 @@ -114,15 +115,15 @@ msgstr "" "B<int openat(int >I<map_bi>B<, const char *>I<padnaam>B<, int >I<vlaggen>B<, mode_t >I<modus>B<);>\n" #. type: Plain text -#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed #, fuzzy, no-wrap #| msgid "" #| "/* Documented separately, in B<openat2>(2): */\n" #| "B<int openat2(int >I<dirfd>B<, const char *>I<pathname>B<,>\n" #| "B< const struct open_how *>I<how>B<, size_t >I<size>B<);>\n" msgid "" -"/* Documented separately, in \n" -"B<openat2>(2):\n" +"/* Documented separately, in B<openat2>(2):\n" "\\& */\n" "B<int openat2(int >I<dirfd>B<, const char *>I<pathname>B<,>\n" "B< const struct open_how *>I<how>B<, size_t >I<size>B<);>\n" @@ -179,7 +180,8 @@ msgstr "" "werd opgegeven in I<vlaggen>) worden aangemaakt met B<open>()." #. type: Plain text -#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed #, fuzzy #| msgid "" #| "The return value of B<open>() is a file descriptor, a small, nonnegative " @@ -192,7 +194,7 @@ msgid "" "The return value of B<open>() is a file descriptor, a small, nonnegative " "integer that is an index to an entry in the process's table of open file " "descriptors. The file descriptor is used in subsequent system calls " -"( B<read>(2), B<write>(2), B<lseek>(2), B<fcntl>(2), etc.) to refer to the " +"(B<read>(2), B<write>(2), B<lseek>(2), B<fcntl>(2), etc.) to refer to the " "open file. The file descriptor returned by a successful call will be the " "lowest-numbered file descriptor not currently open for the process." msgstr "" @@ -428,8 +430,8 @@ msgstr "" #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The effective mode is modified by the process's I<umask> in the usual way: " -"in the absence of a default ACL, the mode of the created file is I<(mode\\ " -"&\\ \\[ti]umask)>." +"in the absence of a default ACL, the mode of the created file is I<(mode\\ &" +"\\ \\[ti]umask)>." msgstr "" #. type: Plain text @@ -1504,8 +1506,7 @@ msgstr "" #. commit 30aba6656f61ed44cba445a3c0d38b296fa9e8f5 #. 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 "" "Where B<O_CREAT> is specified, the I<protected_fifos> or " "I<protected_regular> sysctl is enabled, the file already exists and is a " @@ -1513,7 +1514,7 @@ msgid "" "the owner of the containing directory, and the containing directory is both " "world- or group-writable and sticky. For details, see the descriptions of " "I</proc/sys/fs/protected_fifos> and I</proc/sys/fs/protected_regular> in " -"B<proc>(5)." +"B<proc_sys_fs>(5)." msgstr "" #. type: TP @@ -2747,7 +2748,7 @@ msgstr "" "B< const struct open_how *>I<how>B<, size_t >I<size>B<);>\n" #. type: Plain text -#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: debian-bookworm opensuse-leap-15-6 msgid "" "The return value of B<open>() is a file descriptor, a small, nonnegative " "integer that is an index to an entry in the process's table of open file " @@ -2830,6 +2831,19 @@ msgid "" "*/\n" msgstr "" +#. commit 30aba6656f61ed44cba445a3c0d38b296fa9e8f5 +#. type: Plain text +#: debian-bookworm fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +msgid "" +"Where B<O_CREAT> is specified, the I<protected_fifos> or " +"I<protected_regular> sysctl is enabled, the file already exists and is a " +"FIFO or regular file, the owner of the file is neither the current user nor " +"the owner of the containing directory, and the containing directory is both " +"world- or group-writable and sticky. For details, see the descriptions of " +"I</proc/sys/fs/protected_fifos> and I</proc/sys/fs/protected_regular> in " +"B<proc>(5)." +msgstr "" + #. type: Plain text #: debian-bookworm msgid "" @@ -2873,32 +2887,22 @@ msgid "" msgstr "" #. type: TH -#: debian-unstable opensuse-tumbleweed +#: fedora-40 fedora-rawhide mageia-cauldron #, no-wrap -msgid "2023-05-20" -msgstr "20 mei 2023" +msgid "2024-01-16" +msgstr "16 januari 2024" #. type: TH -#: debian-unstable opensuse-tumbleweed +#: fedora-40 mageia-cauldron #, no-wrap -msgid "Linux man-pages 6.05.01" -msgstr "Linux man-pagina's 6.05.01" +msgid "Linux man-pages 6.06" +msgstr "Linux man-pages 6.06" -#. type: Plain text -#: debian-unstable opensuse-tumbleweed -#, fuzzy, no-wrap -#| msgid "" -#| "/* Documented separately, in B<openat2>(2): */\n" -#| "B<int openat2(int >I<dirfd>B<, const char *>I<pathname>B<,>\n" -#| "B< const struct open_how *>I<how>B<, size_t >I<size>B<);>\n" -msgid "" -"/* Documented separately, in B<openat2>(2): */\n" -"B<int openat2(int >I<dirfd>B<, const char *>I<pathname>B<,>\n" -"B< const struct open_how *>I<how>B<, size_t >I<size>B<);>\n" -msgstr "" -"/* Apart gedocumenteerd in B<openat2>(2): */\n" -"B<int openat2(int >I<dirfd>B<, const char *>I<padnaam>B<,>\n" -"B< const struct open_how *>I<how>B<, size_t >I<size>B<);>\n" +#. type: TH +#: fedora-rawhide +#, no-wrap +msgid "Linux man-pages 6.7" +msgstr "Linux man-pages 6.7" #. type: TH #: opensuse-leap-15-6 @@ -2911,3 +2915,10 @@ msgstr "3 april 2023" #, 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" |