mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-03 21:15:32 +02:00
errno: add French translation (#9481)
This commit is contained in:
parent
297c8ce3ea
commit
dd1f59b896
1 changed files with 20 additions and 0 deletions
20
pages.fr/common/errno.md
Normal file
20
pages.fr/common/errno.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# errno
|
||||
|
||||
> Recherche les noms et descriptions des codes errno.
|
||||
> Plus d'informations : <https://joeyh.name/code/moreutils/>.
|
||||
|
||||
- Recherche la description d'une erreur par nom ou par code :
|
||||
|
||||
`errno {{nom|code}}`
|
||||
|
||||
- Liste tous les noms, codes et descriptions d'errno :
|
||||
|
||||
`errno --list`
|
||||
|
||||
- Cherche les codes dont la description contient le texte entier indiqué :
|
||||
|
||||
`errno --search {{texte}}`
|
||||
|
||||
- Cherche les codes dont la description contient le texte entier indiqué (dans toutes les langues) :
|
||||
|
||||
`errno --search-all-locales {{texte}}`
|
Loading…
Add table
Reference in a new issue