]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
fexecve.3: ERRORS: add ENOENT
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 13 Sep 2019 12:33:49 +0000 (14:33 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 13 Sep 2019 12:57:53 +0000 (14:57 +0200)
Reported-by: Simone Piccardi <piccardi@truelite.it>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/fexecve.3

index deee69fcb6fb7a1bd82c0e974e72702bca76b6da..73b086881b051501f73aea4006a6178ec84055fb 100644 (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)