From 56b242b1b6a852655f0ececf9ca648a97f7cf421 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 13 Sep 2019 14:08:59 +0200 Subject: [PATCH] fexecve.3: ENOSYS occurs only if the kernel provides no execveat() syscall Reported-by: Simone Piccardi Signed-off-by: Michael Kerrisk --- man3/fexecve.3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/man3/fexecve.3 b/man3/fexecve.3 index 25cf049dc..deee69fcb 100644 --- a/man3/fexecve.3 +++ b/man3/fexecve.3 @@ -87,7 +87,9 @@ is NULL, or is NULL. .TP .B ENOSYS -The +The kernel does not provide the +.BR execveat (2) +system call, and the .I /proc filesystem could not be accessed. .SH VERSIONS