1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

errno: add page (#7873)

This commit is contained in:
Steve 2022-03-11 23:09:10 -05:00 committed by GitHub
parent fc874d901b
commit fe79129aad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

20
pages/common/errno.md Normal file
View file

@ -0,0 +1,20 @@
# errno
> Look up errno names and descriptions.
> More information: <https://joeyh.name/code/moreutils/>.
- Lookup errno description by name or code:
`errno {{name|code}}`
- List all errno names, codes, and descriptions:
`errno --list`
- Search for code who's description contains all of the given text:
`errno --search {{text}}`
- Search for code who's description contains all of the given text (all locales):
`errno --search-all-locales {{text}}`