liw@liw.fiLarsWirzenius2012-06-05errno1moreutilsmoreutilserrnolook up errno names and descriptionserrnoname-or-codeerrno-ls--listerrno-s--searchworderrno-S--search-all-localeswordDESCRIPTIONerrno 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 printes ENOENT
and the same description.OPTIONSList all errno values.Search for errors whose description contains
all the given words (case-insensitive).Like , but searches all
installed locales.AUTHOR
Lars Wirzenius
SEE ALSOerrno3