ERRNO(1) | moreutils | ERRNO(1) |
errno - look up errno names and descriptions
errno {name-or-code}
errno [-ls] [--list]
errno [-s] [--search] {word}
errno [-S] [--search-all-locales] {word}
errno 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.
-l, --list
-s, --search
-S, --search-all-locales
Lars Wirzenius
2012-06-05 | moreutils |