1ERRNO(1)                           moreutils                          ERRNO(1)
2
3
4

NAME

6       errno - look up errno names and descriptions
7

SYNOPSIS

9       errno {name-or-code}
10
11       errno [-ls] [--list]
12
13       errno [-s] [--search] {word}
14
15       errno [-S] [--search-all-locales] {word}
16

DESCRIPTION

18       errno looks up errno macro names, errno codes, and the corresponding
19       descriptions. For example, if given ENOENT on a Linux system, it prints
20       out the code 2 and the description "No such file or directory". If
21       given the code 2, it prints ENOENT and the same description.
22

OPTIONS

24       -l, --list
25           List all errno values.
26
27       -s, --search
28           Search for errors whose description contains all the given words
29           (case-insensitive).
30
31       -S, --search-all-locales
32           Like --search, but searches all installed locales.
33

AUTHOR

35       Lars Wirzenius
36

SEE ALSO

38       errno(3)
39
40
41
42moreutils                         2012-06-05                          ERRNO(1)
Impressum