From c2b54496e33463f78c5677049afbbd735df327c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Pr=C3=A9vot?= Date: Mon, 4 Feb 2013 05:29:50 +0100 Subject: [PATCH] ptrace.2: tfix 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 b137da3ce..4320de274 100644 --- a/man2/ptrace.2 +++ b/man2/ptrace.2 @@ -306,7 +306,7 @@ If a tracer sets this flag, a .B SIGKILL signal will be sent to every tracee if the tracer exits. This option is useful for ptrace jailers that -want to ensure that tracees can never escape the trcer's control. +want to ensure that tracees can never escape the tracer's control. .TP .BR PTRACE_O_TRACECLONE " (since Linux 2.5.46)"