diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:51:52 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:51:52 +0000 |
commit | 4ad94864781f48b1a4b77f9cfb934622bf756ba1 (patch) | |
tree | 3900955c1886e6d2570fea7125ee1f01bafe876d /po/pt_BR/man2/open.2.po | |
parent | Adding upstream version 4.22.0. (diff) | |
download | manpages-l10n-4ad94864781f48b1a4b77f9cfb934622bf756ba1.tar.xz manpages-l10n-4ad94864781f48b1a4b77f9cfb934622bf756ba1.zip |
Adding upstream version 4.23.0.upstream/4.23.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'po/pt_BR/man2/open.2.po')
-rw-r--r-- | po/pt_BR/man2/open.2.po | 91 |
1 files changed, 51 insertions, 40 deletions
diff --git a/po/pt_BR/man2/open.2.po b/po/pt_BR/man2/open.2.po index 026b68be..635addf5 100644 --- a/po/pt_BR/man2/open.2.po +++ b/po/pt_BR/man2/open.2.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: manpages-l10n\n" -"POT-Creation-Date: 2024-03-09 16:26+0100\n" +"POT-Creation-Date: 2024-06-01 06:07+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 "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 janeiro 2024" +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 @@ -113,15 +114,15 @@ msgstr "" "B<int openat(int >I<dirfd>B<, const char *>I<pathname>B<, int >I<flags>B<, mode_t >I<mode>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" @@ -177,12 +178,13 @@ msgid "" msgstr "" #. type: Plain text -#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed 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 "" @@ -433,8 +435,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 @@ -1532,8 +1534,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 " @@ -1541,7 +1542,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 @@ -2818,7 +2819,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 " @@ -2901,6 +2902,19 @@ msgstr "" " AT_SYMLINK_FOLLOW);\n" "*/\n" +#. 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 "" @@ -2941,32 +2955,22 @@ msgid "" msgstr "" #. type: TH -#: debian-unstable opensuse-tumbleweed +#: fedora-40 fedora-rawhide mageia-cauldron #, no-wrap -msgid "2023-05-20" -msgstr "20 maio 2023" +msgid "2024-01-16" +msgstr "16 janeiro 2024" #. type: TH -#: debian-unstable opensuse-tumbleweed +#: fedora-40 mageia-cauldron #, no-wrap -msgid "Linux man-pages 6.05.01" -msgstr "Linux man-pages 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 "" -"/* 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" +#. type: TH +#: fedora-rawhide +#, no-wrap +msgid "Linux man-pages 6.7" +msgstr "Linux man-pages 6.7" #. type: TH #: opensuse-leap-15-6 @@ -2979,3 +2983,10 @@ msgstr "3 abril 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" |