aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2019-09-13 14:33:49 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2019-09-13 14:57:53 +0200
commit5a7f305a183abee866f4e15afa0c9c2bb87f8b8c (patch)
treed3f0953068da7280ef41b506126e96b5f88f22bf /man3
parent56b242b1b6a852655f0ececf9ca648a97f7cf421 (diff)
downloadman-pages-5a7f305a183abee866f4e15afa0c9c2bb87f8b8c.tar.gz
fexecve.3: ERRORS: add ENOENT
Reported-by: Simone Piccardi <piccardi@truelite.it> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3')
-rw-r--r--man3/fexecve.38
1 files changed, 8 insertions, 0 deletions
diff --git a/man3/fexecve.3 b/man3/fexecve.3
index deee69fcb6..73b086881b 100644
--- a/man3/fexecve.3
+++ b/man3/fexecve.3
@@ -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)