summaryrefslogtreecommitdiffstats
path: root/po/fr/man8/pivot_root.8.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/fr/man8/pivot_root.8.po')
-rw-r--r--po/fr/man8/pivot_root.8.po73
1 files changed, 28 insertions, 45 deletions
diff --git a/po/fr/man8/pivot_root.8.po b/po/fr/man8/pivot_root.8.po
index 972d37b3..1212d29c 100644
--- a/po/fr/man8/pivot_root.8.po
+++ b/po/fr/man8/pivot_root.8.po
@@ -30,7 +30,7 @@
msgid ""
msgstr ""
"Project-Id-Version: manpages-fr-extra-util-linux\n"
-"POT-Creation-Date: 2023-08-27 17:13+0200\n"
+"POT-Creation-Date: 2024-03-29 09:47+0100\n"
"PO-Revision-Date: 2022-05-12 22:01+0200\n"
"Last-Translator: Jean-Paul Guillonneau <guillonneau.jeanpaul@free.fr>\n"
"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
@@ -42,7 +42,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. type: TH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "PIVOT_ROOT"
msgstr "PIVOT_ROOT"
@@ -60,41 +60,41 @@ msgid "util-linux 2.38.1"
msgstr "util-linux 2.38.1"
#. type: TH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "System Administration"
msgstr "Administration Système"
#. type: SH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "NAME"
msgstr "NOM"
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "pivot_root - change the root filesystem"
msgstr "pivot_root - Changer le système de fichiers racine"
#. type: SH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "SYNOPSIS"
msgstr "SYNOPSIS"
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<pivot_root> I<new_root> I<put_old>"
msgstr "B<pivot_root> I<nouvelle_racine> I<emplacement_ancien>"
#. type: SH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "DESCRIPTION"
msgstr "DESCRIPTION"
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"B<pivot_root> moves the root file system of the current process to the "
"directory I<put_old> and makes I<new_root> the new root file system. Since "
@@ -108,7 +108,7 @@ msgstr ""
"manuel de ce dernier pour plus de précisions."
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"Note that, depending on the implementation of B<pivot_root>, root and "
"current working directory of the caller may or may not change. The following "
@@ -123,7 +123,7 @@ msgstr ""
"(B<PATH>) :"
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid ""
"cd new_root\n"
@@ -135,7 +135,7 @@ msgstr ""
"exec chroot . commande\n"
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"Note that B<chroot> must be available under the old root and under the new "
"root, because B<pivot_root> may or may not have implicitly changed the root "
@@ -146,7 +146,7 @@ msgstr ""
"implicitement le répertoire racine de l'interpréteur de commandes."
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"Note that B<exec chroot> changes the running executable, which is necessary "
"if the old root directory should be unmounted afterwards. Also note that "
@@ -165,23 +165,23 @@ msgstr ""
"de commandes ou pas."
#. type: SH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "OPTIONS"
msgstr "OPTIONS"
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-h>, B<--help>"
msgstr "B<-h>, B<--help>"
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "Display help text and exit."
msgstr "Afficher l’aide-mémoire puis quitter."
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-V>, B<--version>"
msgstr "B<-V>, B<--version>"
@@ -191,20 +191,20 @@ msgid "Print version and exit."
msgstr "Afficher la version puis quitter."
#. type: SH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "EXAMPLE"
msgstr "EXEMPLE"
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "Change the root file system to I</dev/hda1> from an interactive shell:"
msgstr ""
"Changer la racine du système de fichiers vers I</dev/hda1> depuis un "
"interpréteur de commandes interactif :"
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid ""
"mount /dev/hda1 /new-root\n"
@@ -220,7 +220,7 @@ msgstr ""
"umount /ancienne_racine\n"
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"Mount the new root file system over NFS from 10.0.0.1:/my_root and run "
"B<init>:"
@@ -229,7 +229,7 @@ msgstr ""
"0.0.0.1:/ma_racine et exécuter B<init> :"
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid ""
"ifconfig lo 127.0.0.1 up # for portmap\n"
@@ -253,59 +253,42 @@ msgstr ""
" E<lt>dev/console E<gt>dev/console 2E<gt>&1\n"
#. type: SH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "SEE ALSO"
msgstr "VOIR AUSSI"
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"B<chroot>(1), B<pivot_root>(2), B<mount>(8), B<switch_root>(8), B<umount>(8)"
msgstr ""
"B<chroot>(1), B<pivot_root>(2), B<mount>(8), B<switch_root>(8), B<umount>(8)"
#. type: SH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "REPORTING BUGS"
msgstr "SIGNALER DES BOGUES"
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "For bug reports, use the issue tracker at"
msgstr ""
"Pour envoyer un rapport de bogue, utilisez le système de gestion des "
"problèmes à l'adresse"
#. type: SH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "AVAILABILITY"
msgstr "DISPONIBILITÉ"
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"The B<pivot_root> command is part of the util-linux package which can be "
"downloaded from"
msgstr ""
"La commande B<pivot_root> fait partie du paquet util-linux, qui peut être "
"téléchargé de"
-
-#. type: TH
-#: opensuse-leap-15-6
-#, no-wrap
-msgid "2022-02-14"
-msgstr "14 février 2022"
-
-#. type: TH
-#: opensuse-leap-15-6
-#, no-wrap
-msgid "util-linux 2.37.4"
-msgstr "util-linux 2.37.4"
-
-#. type: Plain text
-#: opensuse-leap-15-6
-msgid "Display version information and exit."
-msgstr "Afficher le nom et la version du logiciel et quitter."