From 2c3307fb903f427be3d021c5780b75cac9af2ce8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 17 Jun 2024 12:52:33 +0200 Subject: Merging upstream version 4.23.0. Signed-off-by: Daniel Baumann --- po/ru/man2/get_mempolicy.2.po | 144 ++++++++++++++++++++++++++++++++---------- 1 file changed, 111 insertions(+), 33 deletions(-) (limited to 'po/ru/man2/get_mempolicy.2.po') diff --git a/po/ru/man2/get_mempolicy.2.po b/po/ru/man2/get_mempolicy.2.po index 3ef25ece..f621629a 100644 --- a/po/ru/man2/get_mempolicy.2.po +++ b/po/ru/man2/get_mempolicy.2.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: manpages-l10n\n" -"POT-Creation-Date: 2024-03-01 16:57+0100\n" +"POT-Creation-Date: 2024-06-01 05:52+0200\n" "PO-Revision-Date: 2019-10-05 08:06+0300\n" "Last-Translator: Yuri Kozlov \n" "Language-Team: Russian \n" @@ -17,9 +17,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 @@ -30,16 +30,17 @@ msgid "get_mempolicy" msgstr "get_mempolicy" #. type: TH -#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#: archlinux debian-unstable opensuse-tumbleweed #, no-wrap -msgid "2023-10-31" -msgstr "31 октября 2023 г." +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 @@ -232,17 +233,28 @@ msgstr "" #. Note: code returns next interleave node via 'mode' argument -Lee Schermerhorn #. 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 +#, fuzzy +#| msgid "" +#| "If I specifies B, but not B, and the " +#| "thread's current policy is B, then B() " +#| "will return in the location pointed to by a non-NULL I argument, " +#| "the node ID of the next node that will be used for interleaving of " +#| "internal kernel pages allocated on behalf of the thread. These " +#| "allocations include pages for memory-mapped files in process memory " +#| "ranges mapped using the B(2) call with the B flag for " +#| "read accesses, and in memory ranges mapped with the B flag " +#| "for all accesses." msgid "" "If I specifies B, but not B, and the " -"thread's current policy is B, then B() will " -"return in the location pointed to by a non-NULL I argument, the node " -"ID of the next node that will be used for interleaving of internal kernel " -"pages allocated on behalf of the thread. These allocations include pages " -"for memory-mapped files in process memory ranges mapped using the " -"B(2) call with the B flag for read accesses, and in " -"memory ranges mapped with the B flag for all accesses." +"thread's current policy is B or " +"B, then B() will return in the " +"location pointed to by a non-NULL I argument, the node ID of the next " +"node that will be used for interleaving of internal kernel pages allocated " +"on behalf of the thread. These allocations include pages for memory-mapped " +"files in process memory ranges mapped using the B(2) call with the " +"B flag for read accesses, and in memory ranges mapped with the " +"B flag for all accesses." msgstr "" "Если I содержит B, но не B, и значение " "текущей политики нити равно B, то B() вернёт " @@ -314,17 +326,27 @@ msgid "B" msgstr "B" #. 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 +#, fuzzy +#| msgid "" +#| "The value specified by I is less than the number of node IDs " +#| "supported by the system. Or I specified values other than " +#| "B or B; or I specified B " +#| "and I is NULL, or I did not specify B and " +#| "I is not NULL. Or, I specified B but not " +#| "B and the current thread policy is not B. " +#| "Or, I specified B with either B " +#| "or B. (And there are other B cases.)" msgid "" "The value specified by I is less than the number of node IDs " "supported by the system. Or I specified values other than " "B or B; or I specified B and " "I is NULL, or I did not specify B and I is " "not NULL. Or, I specified B but not B and " -"the current thread policy is not B. Or, I specified " -"B with either B or B. (And " -"there are other B cases.)" +"the current thread policy is neither B nor " +"B. Or, I specified B " +"with either B or B. (And there are other " +"B cases.)" msgstr "" "Значение, указанное в I, меньше количества идентификаторов узлов, " "поддерживаемых системой. Или в I указаны значения, отличные от " @@ -368,7 +390,7 @@ msgstr "util-linux 2.37.4" #: 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 @@ -381,7 +403,7 @@ msgstr "Информация о библиотеке доступна в B #: 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 @@ -405,6 +427,49 @@ msgstr "5 февраля 2023 г." msgid "Linux man-pages 6.03" msgstr "Linux man-pages 6.03" +#. Note: code returns next interleave node via 'mode' argument -Lee Schermerhorn +#. type: Plain text +#: debian-bookworm fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +msgid "" +"If I specifies B, but not B, and the " +"thread's current policy is B, then B() will " +"return in the location pointed to by a non-NULL I argument, the node " +"ID of the next node that will be used for interleaving of internal kernel " +"pages allocated on behalf of the thread. These allocations include pages " +"for memory-mapped files in process memory ranges mapped using the " +"B(2) call with the B flag for read accesses, and in " +"memory ranges mapped with the B flag for all accesses." +msgstr "" +"Если I содержит B, но не B, и значение " +"текущей политики нити равно B, то B() вернёт " +"в расположение, указанное в аргументе I (не равно NULL), идентификатор " +"узла следующего узла, который будет использован при чередовании внутренних " +"страниц ядра, выделяемых для нити. Эти выделения содержат страницы памяти " +"отображённых файлов в диапазоне памяти процесса, отображённых с помощью " +"вызова B(2) с флагом B для чтения, и в диапазонах памяти, " +"отображённых с флагом B, для всех операций." + +#. type: Plain text +#: debian-bookworm fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +msgid "" +"The value specified by I is less than the number of node IDs " +"supported by the system. Or I specified values other than " +"B or B; or I specified B and " +"I is NULL, or I did not specify B and I is " +"not NULL. Or, I specified B but not B and " +"the current thread policy is not B. Or, I specified " +"B with either B or B. (And " +"there are other B cases.)" +msgstr "" +"Значение, указанное в I, меньше количества идентификаторов узлов, " +"поддерживаемых системой. Или в I указаны значения, отличные от " +"B или B; или в I указано B и " +"I равно NULL, или в I не указано B и I не " +"равно NULL. Или в I указано B, но не B и " +"значение текущей политики нити не равно B. Или в I " +"указано B вместе с B или B (и " +"есть другие случаи возврата B)." + #. type: SH #: debian-bookworm #, no-wrap @@ -427,16 +492,22 @@ msgid "This system call is Linux-specific." msgstr "Данный вызов есть только в Linux." #. type: TH -#: debian-unstable opensuse-tumbleweed +#: fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "2023-10-31" +msgstr "31 октября 2023 г." + +#. type: TH +#: fedora-40 mageia-cauldron #, no-wrap -msgid "2023-07-16" -msgstr "16 июля 2023 г." +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-pages 6.05.01" +msgid "Linux man-pages 6.7" +msgstr "Linux man-pages 6.7" #. type: TH #: opensuse-leap-15-6 @@ -449,3 +520,10 @@ msgstr "30 марта 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