|
NAMEerrno - look up errno names and descriptionsSYNOPSISerrno {name-or-code} errno [-ls] [--list] errno [-s] [--search] {word} errno [-S] [--search-all-locales] {word} DESCRIPTIONerrno looks up errno macro names, errno codes, and the corresponding descriptions. For example, if given ENOENT on a Linux system, it prints out the code 2 and the description "No such file or directory". If given the code 2, it prints ENOENT and the same description.OPTIONS-l, --listList all errno values.
-s, --search Search for errors whose description contains all the
given words (case-insensitive).
-S, --search-all-locales Like --search, but searches all installed
locales.
AUTHORLars WirzeniusSEE ALSOerrno(3)
Visit the GSP FreeBSD Man Page Interface. |