mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
*: fix more information text in French translation (#5773)
This commit is contained in:
parent
1a47a2612f
commit
12915f11c2
11 changed files with 11 additions and 11 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Gestionnaire de groupes d'ordinateurs à distance depuis SSH.
|
||||
> Utiliser le fichier `/etc/ansible/hosts` pour ajouter de nouveaux groupes/hôtes.
|
||||
> Plus d'information : <https://www.ansible.com>.
|
||||
> Plus d'informations : <https://www.ansible.com>.
|
||||
|
||||
- Lister les hôtes appartenant à un groupe :
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# a2disconf
|
||||
|
||||
> Désactive un fichier de configuration sur une distribution Debian.
|
||||
> Plus d'information : <https://manpages.debian.org/latest/apache2/a2disconf.8.en.html>.
|
||||
> Plus d'informations : <https://manpages.debian.org/latest/apache2/a2disconf.8.en.html>.
|
||||
|
||||
- Désactive un fichier de configuration :
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# a2dismod
|
||||
|
||||
> Désactive un module Apache sur une distribution Debian.
|
||||
> Plus d'information : <https://manpages.debian.org/latest/apache2/a2dismod.8.en.html>.
|
||||
> Plus d'informations : <https://manpages.debian.org/latest/apache2/a2dismod.8.en.html>.
|
||||
|
||||
- Désactive un module :
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# a2dissite
|
||||
|
||||
> Désactive un hôte virtuel Apache sur une distribution Debian.
|
||||
> Plus d'information : <https://manpages.debian.org/latest/apache2/a2dissite.8.en.html>.
|
||||
> Plus d'informations : <https://manpages.debian.org/latest/apache2/a2dissite.8.en.html>.
|
||||
|
||||
- Désactive un hôte virtuel :
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# a2ensite
|
||||
|
||||
> Active un hôte virtuel Apache sur des systèmes d'exploitation (SE) basés sur Debian.
|
||||
> Plus d'information : <https://manpages.debian.org/latest/apache2/a2ensite.8.en.html>.
|
||||
> Plus d'informations : <https://manpages.debian.org/latest/apache2/a2ensite.8.en.html>.
|
||||
|
||||
- Active un hôte virtuel :
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# a2query
|
||||
|
||||
> Retourne la configuration d'exécution d'Apache sur une distribution Debian.
|
||||
> Plus d'information : <https://manpages.debian.org/latest/apache2/a2query.1.en.html>.
|
||||
> Plus d'informations : <https://manpages.debian.org/latest/apache2/a2query.1.en.html>.
|
||||
|
||||
- Liste les [m]odules Apache actifs :
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> L'outil d'Interface en Lignes de Commandes (ILC) pour administrer le serveur web HTTP Apache.
|
||||
> Cette commande est disponible sur une distribution Debian. Pour les distributions basées Red Hat, voir `httpd`.
|
||||
> Plus d'information : <https://manpages.debian.org/latest/apache2/apache2ctl.8.en.html>.
|
||||
> Plus d'informations : <https://manpages.debian.org/latest/apache2/apache2ctl.8.en.html>.
|
||||
|
||||
- Démarre le démon Apache. Envoie un message s'il est déjà actif :
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# ifdown
|
||||
|
||||
> Désactive des interfaces réseau.
|
||||
> Plus d'information : <https://manned.org/ifdown>.
|
||||
> Plus d'informations : <https://manned.org/ifdown>.
|
||||
|
||||
- Désactive l'interface eth0 :
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# ifup
|
||||
|
||||
> Outil utilisé pour activer des interfaces réseau.
|
||||
> Plus d'information : <https://manpages.debian.org/latest/ifupdown/ifup.8.html>.
|
||||
> Plus d'informations : <https://manpages.debian.org/latest/ifupdown/ifup.8.html>.
|
||||
|
||||
- Active l'interface eth0 :
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# ip address
|
||||
|
||||
> Sous commande de gestion IP Address.
|
||||
> Plus d'information : <https://www.man7.org/linux/man-pages/man8/ip-address.8.html>.
|
||||
> Plus d'informations : <https://www.man7.org/linux/man-pages/man8/ip-address.8.html>.
|
||||
|
||||
- Liste les interfaces réseau et leurs adresses IP associées :
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# ip
|
||||
|
||||
> Affiche / manipule l'adressage, le routage, les interfaces et périphériques réseau, les règles de routage et les tunnels.
|
||||
> Plus d'information : <https://www.man7.org/linux/man-pages/man8/ip.8.html>.
|
||||
> Plus d'informations : <https://www.man7.org/linux/man-pages/man8/ip.8.html>.
|
||||
|
||||
- Liste les interfaces avec des infos détaillées :
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue