From 5a7f305a183abee866f4e15afa0c9c2bb87f8b8c Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 13 Sep 2019 14:33:49 +0200 Subject: [PATCH] fexecve.3: ERRORS: add ENOENT Reported-by: Simone Piccardi Signed-off-by: Michael Kerrisk --- man3/fexecve.3 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/man3/fexecve.3 b/man3/fexecve.3 index deee69fcb..73b086881 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)