From b2120cd20aeed59d73e1084c7078ed83a0a281d6 Mon Sep 17 00:00:00 2001 From: Alexandre ZANNI <16578570+noraj@users.noreply.github.com> Date: Sun, 8 Sep 2024 18:45:47 +0200 Subject: [PATCH] azure-cli, musl-gcc, nc: add French translation; nc: update page (#13624) * azure-cli: add fr alias * netcat: add fr alias + missing more info link * musl-gcc: add fr alias * netcat: uniform man page link --------- Co-authored-by: Wiktor Perskawiec --- pages.fr/common/azure-cli.md | 8 ++++++++ pages.fr/common/musl-gcc.md | 9 +++++++++ pages.fr/common/netcat.md | 8 ++++++++ pages/common/netcat.md | 1 + 4 files changed, 26 insertions(+) create mode 100644 pages.fr/common/azure-cli.md create mode 100644 pages.fr/common/musl-gcc.md create mode 100644 pages.fr/common/netcat.md diff --git a/pages.fr/common/azure-cli.md b/pages.fr/common/azure-cli.md new file mode 100644 index 0000000000..6f983796e6 --- /dev/null +++ b/pages.fr/common/azure-cli.md @@ -0,0 +1,8 @@ +# azure-cli + +> Cette commande est un alias de `az`. +> Plus d'informations : . + +- Voir la documentation de la commande originale : + +`tldr az` diff --git a/pages.fr/common/musl-gcc.md b/pages.fr/common/musl-gcc.md new file mode 100644 index 0000000000..6c66e9ef61 --- /dev/null +++ b/pages.fr/common/musl-gcc.md @@ -0,0 +1,9 @@ +# musl-gcc + +> Un adaptateur de `gcc` qui définit automatiquement les options pour l'édition de liens avec musl libc. +> Toutes les options spécifiées sont passées directement à `gcc`. +> Plus d'informations : . + +- Voir la documentation de `gcc` : + +`tldr gcc` diff --git a/pages.fr/common/netcat.md b/pages.fr/common/netcat.md new file mode 100644 index 0000000000..63d8bef772 --- /dev/null +++ b/pages.fr/common/netcat.md @@ -0,0 +1,8 @@ +# netcat + +> Cette commande est un alias de `nc`. +> Plus d'informations : . + +- Voir la documentation de la commande originale : + +`tldr nc` diff --git a/pages/common/netcat.md b/pages/common/netcat.md index 94e90f60fe..40a8d37131 100644 --- a/pages/common/netcat.md +++ b/pages/common/netcat.md @@ -1,6 +1,7 @@ # netcat > This command is an alias of `nc`. +> More information: . - View documentation for the original command: