fexecve.3: ERRORS: add ENOENT

Reported-by: Simone Piccardi <piccardi@truelite.it>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2019-09-13 14:33:49 +02:00
parent 56b242b1b6
commit 5a7f305a18
1 changed files with 8 additions and 0 deletions

View File

@ -86,6 +86,14 @@ is NULL, or
.I envp
is NULL.
.TP
.B ENOENT
The close-on-exec flag is set on
.IR fd ,
and
.I fd
refers to a script.
See BUGS.
.TP
.B ENOSYS
The kernel does not provide the
.BR execveat (2)