From cb72917199fa7227e06d870633d06c4ee84103cc Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 2 Aug 2012 13:58:18 +0200 Subject: [PATCH] ptrace.2: srcfix Signed-off-by: Michael Kerrisk --- man2/ptrace.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/ptrace.2 b/man2/ptrace.2 index 861aae973..5d9d4d359 100644 --- a/man2/ptrace.2 +++ b/man2/ptrace.2 @@ -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.