errno.3: Add some explanation of ENOENT error

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-01-01 13:33:13 +01:00
parent a1dc786b3d
commit 9f895e62e5
1 changed files with 4 additions and 0 deletions

View File

@ -324,6 +324,10 @@ No such device (POSIX.1)
.TP
.B ENOENT
No such file or directory (POSIX.1)
Typically, this error results when a specified pathname does not exist,
or one of the components in the directory prefix of a pathname does not exist,
or the specified pathname is a dangling symbolic link.
.TP
.B ENOEXEC
Exec format error (POSIX.1)