errno
Look up errno names and descriptions.
- 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}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).