ptrace.2: srcfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-08-02 13:58:18 +02:00
parent 41a65f128c
commit cb72917199
1 changed files with 1 additions and 1 deletions

View File

@ -1398,7 +1398,7 @@ but the "as planned" behavior is to leave tracee stopped and waiting for
If the tracee is restarted from signal-delivery-stop,
the pending signal is injected.
.SS execve(2) under ptrace
.\" clone(2) THREAD_CLONE says:
.\" clone(2) CLONE_THREAD says:
.\" If any of the threads in a thread group performs an execve(2),
.\" then all threads other than the thread group leader are terminated,
.\" and the new program is executed in the thread group leader.