]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
execve.2: wfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 8 Mar 2019 16:50:06 +0000 (17:50 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 8 Mar 2019 16:50:06 +0000 (17:50 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/execve.2

index a052f34b07c5c041bdda12703d6ef8912168fd00..214ea2426f798d02f8c71ce5ef0b89423b6d22f5 100644 (file)
@@ -45,7 +45,7 @@ execve \- execute program
 .BI "           char *const " envp []);
 .SH DESCRIPTION
 .BR execve ()
-executes the program pointed to by \fIfilename\fP.
+executes the program referred to by \fIfilename\fP.
 This causes the program that is currently being run by the calling process
 to be replaced with a new program, with newly initialized stack, heap,
 and (initialized and uninitialized) data segments.
@@ -94,7 +94,7 @@ If the current program is being ptraced, a \fBSIGTRAP\fP signal is sent to it
 after a successful
 .BR execve ().
 .PP
-If the set-user-ID bit is set on the program file pointed to by
+If the set-user-ID bit is set on the program file referred to by
 \fIfilename\fP,
 then the effective user ID of the calling process is changed
 to that of the owner of the program file.