From 92f9c09bf48716ae58abd93de87a575b41f20185 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 2 Mar 2013 06:33:34 +0100 Subject: [PATCH] ptrace.2: wfix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reported-by: David Prévot 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 9d1133c07..2447914e8 100644 --- a/man2/ptrace.2 +++ b/man2/ptrace.2 @@ -213,7 +213,7 @@ some modifications to the USER area are disallowed. .\" and when they are disallowed, how does user space discover that fact? .TP .BR PTRACE_GETREGS ", " PTRACE_GETFPREGS -Read the tracee's general-purpose or floating-point registers, +Copy the tracee's general-purpose or floating-point registers, respectively, to the address .I data in the tracer.