2022-03-12 04:09:10 +00:00
|
|
|
# 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`
|
|
|
|
|
2022-11-02 15:56:39 +00:00
|
|
|
- Search for code whose description contains all of the given text:
|
2022-03-12 04:09:10 +00:00
|
|
|
|
|
|
|
`errno --search {{text}}`
|
|
|
|
|
2022-11-02 15:56:39 +00:00
|
|
|
- Search for code whose description contains all of the given text (all locales):
|
2022-03-12 04:09:10 +00:00
|
|
|
|
|
|
|
`errno --search-all-locales {{text}}`
|