execve.2: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-09-12 06:11:10 +01:00
parent 0f37a0627f
commit af5b74504f
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ does not return on success, and the text, inititialized data,
uninitialized data (bss), and stack of the calling process are overwritten uninitialized data (bss), and stack of the calling process are overwritten
according to the contents of the newly loaded program. according to the contents of the newly loaded program.
If the current program is being ptraced, a \fBSIGTRAP\fP is sent to it If the current program is being ptraced, a \fBSIGTRAP\fP signal is sent to it
after a successful after a successful
.BR execve (). .BR execve ().