From 2c3307fb903f427be3d021c5780b75cac9af2ce8 Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel.baumann@progress-linux.org>
Date: Mon, 17 Jun 2024 12:52:33 +0200
Subject: Merging upstream version 4.23.0.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
---
 po/ru/man2/open.2.po | 113 ++++++++++++++++++++++++++++-----------------------
 1 file changed, 63 insertions(+), 50 deletions(-)

(limited to 'po/ru/man2/open.2.po')

diff --git a/po/ru/man2/open.2.po b/po/ru/man2/open.2.po
index a6cbfa2e..281cb4be 100644
--- a/po/ru/man2/open.2.po
+++ b/po/ru/man2/open.2.po
@@ -8,7 +8,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: 2019-10-06 09:05+0300\n"
 "Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
 "Language-Team: Russian <man-pages-ru-talks@lists.sourceforge.net>\n"
@@ -16,9 +16,9 @@ msgstr ""
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
-"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || "
-"(n%100>=11 && n%100<=14)? 2 : 3);\n"
+"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
+"%100>=11 && n%100<=14)? 2 : 3);\n"
 "X-Generator: Lokalize 2.0\n"
 
 #. type: TH
@@ -29,16 +29,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 января 2024 г."
+msgid "2024-05-02"
+msgstr "2 мая 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
@@ -116,14 +117,14 @@ 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 ""
 #| "B<int openat(int >I<dirfd>B<, const char *>I<pathname>B<, int >I<flags>B<);>\n"
 #| "B<int openat(int >I<dirfd>B<, const char *>I<pathname>B<, int >I<flags>B<, mode_t >I<mode>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"
@@ -181,7 +182,8 @@ msgstr ""
 "I<flags> задан B<O_CREAT>)."
 
 #. 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 "
@@ -193,7 +195,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 ""
@@ -486,8 +488,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
@@ -1730,8 +1732,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 "
@@ -1739,7 +1740,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
@@ -1898,9 +1899,9 @@ msgstr ""
 #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
 #, fuzzy
 #| msgid ""
-#| "B<O_CREAT> was specified in I<flags> and the final component "
-#| "(\"basename\") of the new file's I<pathname> is invalid (e.g., it "
-#| "contains characters not permitted by the underlying filesystem)."
+#| "B<O_CREAT> was specified in I<flags> and the final component (\"basename"
+#| "\") of the new file's I<pathname> is invalid (e.g., it contains "
+#| "characters not permitted by the underlying filesystem)."
 msgid ""
 "The final component (\"basename\") of I<pathname> is invalid (e.g., it "
 "contains characters not permitted by the underlying filesystem)."
@@ -2578,7 +2579,7 @@ msgstr ""
 #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
 #, no-wrap
 msgid "NOTES"
-msgstr "ЗАМЕЧАНИЯ"
+msgstr "ПРИМЕЧАНИЯ"
 
 #. type: Plain text
 #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -2668,9 +2669,9 @@ msgstr "Открытые файловые описания"
 #| msgid ""
 #| "The term open file description is the one used by POSIX to refer to the "
 #| "entries in the system-wide table of open files.  In other contexts, this "
-#| "object is variously also called an \"open file object\", a \"file "
-#| "handle\", an \"open file table entry\", or\\(emin kernel-developer "
-#| "parlance\\(ema I<struct file>."
+#| "object is variously also called an \"open file object\", a \"file handle"
+#| "\", an \"open file table entry\", or\\(emin kernel-developer parlance"
+#| "\\(ema I<struct file>."
 msgid ""
 "The term open file description is the one used by POSIX to refer to the "
 "entries in the system-wide table of open files.  In other contexts, this "
@@ -3171,7 +3172,7 @@ msgstr ""
 #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
 #, no-wrap
 msgid "BUGS"
-msgstr "ДЕФЕКТЫ"
+msgstr "ОШИБКИ"
 
 #.  FIXME . Check bugzilla report on open(O_ASYNC)
 #.  See http://bugzilla.kernel.org/show_bug.cgi?id=5993
@@ -3213,7 +3214,7 @@ msgstr ""
 #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
 #, no-wrap
 msgid "SEE ALSO"
-msgstr "СМ. ТАКЖЕ"
+msgstr "СМОТРИТЕ ТАКЖЕ"
 
 #. type: Plain text
 #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -3278,7 +3279,7 @@ 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
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
 #, fuzzy
 #| msgid ""
 #| "The return value of B<open>()  is a file descriptor, a small, nonnegative "
@@ -3383,6 +3384,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
 #, fuzzy
@@ -3438,30 +3452,22 @@ msgstr ""
 "дескрипторах. Подробное описание данных каталогов можно найти в B<proc>(5)."
 
 #. type: TH
-#: debian-unstable opensuse-tumbleweed
+#: fedora-40 fedora-rawhide mageia-cauldron
 #, no-wrap
-msgid "2023-05-20"
-msgstr "20 мая 2023 г."
+msgid "2024-01-16"
+msgstr "16 января 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 ""
-#| "B<int openat(int >I<dirfd>B<, const char *>I<pathname>B<, int >I<flags>B<);>\n"
-#| "B<int openat(int >I<dirfd>B<, const char *>I<pathname>B<, int >I<flags>B<, mode_t >I<mode>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 ""
-"B<int openat(int >I<dirfd>B<, const char *>I<pathname>B<, int >I<flags>B<);>\n"
-"B<int openat(int >I<dirfd>B<, const char *>I<pathname>B<, int >I<flags>B<, mode_t >I<mode>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
@@ -3474,3 +3480,10 @@ msgstr "3 апреля 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"
-- 
cgit v1.2.3