]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
fexecve.3: ENOSYS occurs only if the kernel provides no execveat() syscall
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 13 Sep 2019 12:08:59 +0000 (14:08 +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 25cf049dcf61d36951a1048d9d39b098aafdced0..deee69fcb6fb7a1bd82c0e974e72702bca76b6da 100644 (file)
@@ -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