]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
ptrace.2: srcfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 2 Aug 2012 11:58:18 +0000 (13:58 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 3 Aug 2012 08:33:49 +0000 (10:33 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/ptrace.2

index 861aae9736936f543299b78aab704b301a8741a9..5d9d4d359a04be3b313ced8f3d5d4a9039c1bd4a 100644 (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.