execve.2: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2019-03-08 17:50:06 +01:00
parent 35fff7d527
commit c49cdd1ce0
1 changed files with 2 additions and 2 deletions

View 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.