Options (3)
-l, --listbooleanList all errno names, codes, and descriptions
Example:
errno {{[-l|--list]}}-s, --searchbooleanSearch for code whose description contains all of the given text
Example:
errno {{[-s|--search]}} {{text}}-S, --search-all-localesbooleanSearch for code whose description contains all of the given text (all locales)
Example:
errno {{[-S|--search-all-locales]}} {{text}}Examples (4)
Lookup errno description by name or code
errno name|codeList all errno names, codes, and descriptions
errno [-l|--list]Search for code whose description contains all of the given text
errno [-s|--search] textSearch for code whose description contains all of the given text (all locales)
errno [-S|--search-all-locales] textmade by @shridhargupta | data from tldr-pages