]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
execve.2, fexecve.3: SEE ALSO: add execveat(2)
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 9 Jan 2015 13:25:05 +0000 (14:25 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 16 Jan 2015 14:05:09 +0000 (15:05 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/execve.2
man3/fexecve.3

index 6a938c252cb61f969801605bfffe17f7dd862c25..4fff79a86d72b18106a9f4b36ff4eaa1b3f09ae9 100644 (file)
@@ -750,6 +750,7 @@ argv[4]: world
 .in
 .SH SEE ALSO
 .BR chmod (2),
+.BR execveat (2),
 .BR fork (2),
 .BR ptrace (2),
 .BR execl (3),
index 7aea7033f70abf88a0f8e2a397078c812dca0b45..2c29101f938cb59666f46aeeecdaf9eb36717fe2 100644 (file)
@@ -135,4 +135,5 @@ of a file could be changed between the checksumming and the call to
 for that, the solution is to ensure that the permissions on the file
 prevent it from being modified by malicious users.
 .SH SEE ALSO
-.BR execve (2)
+.BR execve (2),
+.BR execveat (2)