summaryrefslogtreecommitdiffstats
path: root/po/fr/man2/set_mempolicy.2.po
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:52:03 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:52:03 +0000
commit932e4432596447eb9331cc2a2bb74a26a35b4efc (patch)
tree95161711ea07fd64f0c82d6e7943024c033dd5a8 /po/fr/man2/set_mempolicy.2.po
parentAdding debian version 4.22.0-1. (diff)
downloadmanpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.tar.xz
manpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.zip
Merging upstream version 4.23.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'po/fr/man2/set_mempolicy.2.po')
-rw-r--r--po/fr/man2/set_mempolicy.2.po91
1 files changed, 72 insertions, 19 deletions
diff --git a/po/fr/man2/set_mempolicy.2.po b/po/fr/man2/set_mempolicy.2.po
index 2bdadf09..e037cc7e 100644
--- a/po/fr/man2/set_mempolicy.2.po
+++ b/po/fr/man2/set_mempolicy.2.po
@@ -19,7 +19,7 @@
msgid ""
msgstr ""
"Project-Id-Version: manpages-fr\n"
-"POT-Creation-Date: 2024-03-01 17:07+0100\n"
+"POT-Creation-Date: 2024-06-01 06:21+0200\n"
"PO-Revision-Date: 2023-02-22 23:47+0100\n"
"Last-Translator: Jean-Philippe MENGUAL <jpmengual@debian.org>\n"
"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
@@ -37,16 +37,16 @@ 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 octobre 2023"
+msgid "2024-05-02"
+msgstr "2 mai 2024"
#. type: TH
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable
#, no-wrap
-msgid "Linux man-pages 6.06"
-msgstr "Pages du manuel de Linux 6.06"
+msgid "Linux man-pages 6.8"
+msgstr "Pages du manuel de Linux 6.8"
#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -164,14 +164,20 @@ msgstr ""
"par le thread."
#. 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 ""
"Le paramètre I<mode> doit spécifier l'un des attributs parmi "
"B<MPOL_DEFAULT>, B<MPOL_BIND>, B<MPOL_INTERLEAVE>, B<MPOL_PREFERRED> et "
@@ -381,6 +387,26 @@ msgstr ""
"une seule page seront limités à la bande passante mémoire d'un seul nœud."
#. 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> (depuis 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
@@ -623,6 +649,21 @@ msgstr "5 février 2023"
msgid "Linux man-pages 6.03"
msgstr "Pages du manuel de Linux 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 ""
+"Le paramètre I<mode> doit spécifier l'un des attributs parmi "
+"B<MPOL_DEFAULT>, B<MPOL_BIND>, B<MPOL_INTERLEAVE>, B<MPOL_PREFERRED> et "
+"B<MPOL_LOCAL> (qui sont décrits en détails ci-dessous). Toutes les modes de "
+"politique excepté B<MPOL_DEFAULT> nécessitent que l'appelant spécifie, dans "
+"le paramètre I<nodemask>, le ou les nœuds auxquels s'appliquent le mode."
+
#. type: SH
#: debian-bookworm
#, no-wrap
@@ -640,16 +681,22 @@ msgid "This system call is Linux-specific."
msgstr "Cet appel système est spécifique à Linux."
#. type: TH
-#: debian-unstable opensuse-tumbleweed
+#: fedora-40 fedora-rawhide mageia-cauldron
#, no-wrap
-msgid "2023-07-16"
-msgstr "16 juillet 2023"
+msgid "2023-10-31"
+msgstr "31 octobre 2023"
+
+#. type: TH
+#: fedora-40 mageia-cauldron
+#, no-wrap
+msgid "Linux man-pages 6.06"
+msgstr "Pages du manuel de Linux 6.06"
#. type: TH
-#: debian-unstable opensuse-tumbleweed
+#: fedora-rawhide
#, no-wrap
-msgid "Linux man-pages 6.05.01"
-msgstr "Pages du manuel de Linux 6.05.01"
+msgid "Linux man-pages 6.7"
+msgstr "Pages du manuel de Linux 6.7"
#. type: TH
#: opensuse-leap-15-6
@@ -662,3 +709,9 @@ msgstr "30 mars 2023"
#, no-wrap
msgid "Linux man-pages 6.04"
msgstr "Pages du manuel de Linux 6.04"
+
+#. type: TH
+#: opensuse-tumbleweed
+#, no-wrap
+msgid "Linux man-pages (unreleased)"
+msgstr "Pages du manuel de Linux (non publiées)"