diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:33 +0000 |
commit | 2c3307fb903f427be3d021c5780b75cac9af2ce8 (patch) | |
tree | 65cf431f40b7481d81ae2dfce9576342686448f7 /po/ru/man2/set_mempolicy.2.po | |
parent | Releasing progress-linux version 4.22.0-1~progress7.99u1. (diff) | |
download | manpages-l10n-2c3307fb903f427be3d021c5780b75cac9af2ce8.tar.xz manpages-l10n-2c3307fb903f427be3d021c5780b75cac9af2ce8.zip |
Merging upstream version 4.23.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'po/ru/man2/set_mempolicy.2.po')
-rw-r--r-- | po/ru/man2/set_mempolicy.2.po | 105 |
1 files changed, 80 insertions, 25 deletions
diff --git a/po/ru/man2/set_mempolicy.2.po b/po/ru/man2/set_mempolicy.2.po index 197df3cc..866ec4a8 100644 --- a/po/ru/man2/set_mempolicy.2.po +++ b/po/ru/man2/set_mempolicy.2.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: manpages-l10n\n" -"POT-Creation-Date: 2024-03-01 17:07+0100\n" +"POT-Creation-Date: 2024-06-01 06:21+0200\n" "PO-Revision-Date: 2019-10-15 18:55+0300\n" "Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n" "Language-Team: Russian <man-pages-ru-talks@lists.sourceforge.net>\n" @@ -20,9 +20,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 @@ -33,16 +33,17 @@ msgid "set_mempolicy" msgstr "set_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 @@ -156,14 +157,20 @@ msgstr "" "это применяется, когда страница впервые затрагивается приложением." #. 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 I<mode> argument must specify one of B<MPOL_DEFAULT>, B<MPOL_BIND>, " +#| "B<MPOL_INTERLEAVE>, B<MPOL_PREFERRED>, or B<MPOL_LOCAL> (which are " +#| "described in detail below). All modes except B<MPOL_DEFAULT> require the " +#| "caller to specify the node or nodes to which the mode applies, via the " +#| "I<nodemask> argument." msgid "" "The I<mode> argument must specify one of B<MPOL_DEFAULT>, B<MPOL_BIND>, " -"B<MPOL_INTERLEAVE>, B<MPOL_PREFERRED>, or B<MPOL_LOCAL> (which are described " -"in detail below). All modes except B<MPOL_DEFAULT> require the caller to " -"specify the node or nodes to which the mode applies, via the I<nodemask> " -"argument." +"B<MPOL_INTERLEAVE>, B<MPOL_WEIGHTED_INTERLEAVE>, B<MPOL_PREFERRED>, or " +"B<MPOL_LOCAL> (which are described in detail below). All modes except " +"B<MPOL_DEFAULT> require the caller to specify the node or nodes to which the " +"mode applies, via the I<nodemask> argument." msgstr "" "В аргументе I<mode> должно быть указано одно из следующих значений: " "B<MPOL_DEFAULT>, B<MPOL_BIND>, B<MPOL_INTERLEAVE>, B<MPOL_PREFERRED> или " @@ -377,6 +384,26 @@ msgstr "" "шириной канала с памятью на отдельном узле." #. type: TP +#: archlinux debian-unstable opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<MPOL_F_RELATIVE_NODES> (since Linux 2.6.26)" +msgid "B<MPOL_WEIGHTED_INTERLEAVE> (since Linux 6.9)" +msgstr "B<MPOL_F_RELATIVE_NODES> (начиная с Linux 2.6.26)" + +#. commit fa3bea4e1f8202d787709b7e3654eb0a99aed758 +#. type: Plain text +#: archlinux debian-unstable opensuse-tumbleweed +msgid "" +"This mode interleaves page allocations across the nodes specified in " +"I<nodemask> according to the weights in I</sys/kernel/mm/mempolicy/" +"weighted_interleave>. For example, if bits 0, 2, and 5 are set in " +"I<nodemask>, and the contents of I</sys/kernel/mm/mempolicy/" +"weighted_interleave/node0>, I</sys/>.\\|.\\|.I</node2>, and I</sys/>.\\|.\\|." +"I</node5> are 4, 7, and 9, respectively, then pages in this region will be " +"allocated on nodes 0, 2, and 5 in a 4:7:9 ratio." +msgstr "" + +#. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap @@ -579,7 +606,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 @@ -604,7 +631,7 @@ msgstr "Информация о библиотеке доступна в B<numa> #: 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 @@ -628,6 +655,21 @@ msgstr "5 февраля 2023 г." msgid "Linux man-pages 6.03" msgstr "Linux man-pages 6.03" +#. type: Plain text +#: debian-bookworm fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +msgid "" +"The I<mode> argument must specify one of B<MPOL_DEFAULT>, B<MPOL_BIND>, " +"B<MPOL_INTERLEAVE>, B<MPOL_PREFERRED>, or B<MPOL_LOCAL> (which are described " +"in detail below). All modes except B<MPOL_DEFAULT> require the caller to " +"specify the node or nodes to which the mode applies, via the I<nodemask> " +"argument." +msgstr "" +"В аргументе I<mode> должно быть указано одно из следующих значений: " +"B<MPOL_DEFAULT>, B<MPOL_BIND>, B<MPOL_INTERLEAVE>, B<MPOL_PREFERRED> или " +"B<MPOL_LOCAL> (описано далее). Для всех режимов, за исключением " +"B<MPOL_DEFAULT>, требуется, чтобы вызывающий указывал в аргументе " +"I<nodemask> узел или узлы, для которых применяется режим." + #. type: SH #: debian-bookworm #, no-wrap @@ -650,16 +692,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-07-16" -msgstr "16 июля 2023 г." +msgid "2023-10-31" +msgstr "31 октября 2023 г." #. 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: TH +#: fedora-rawhide +#, no-wrap +msgid "Linux man-pages 6.7" +msgstr "Linux man-pages 6.7" #. type: TH #: opensuse-leap-15-6 @@ -672,3 +720,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" |