From 428d352029929e0ce5f5617431a81c5f6dd81d8f Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 17 Oct 2007 20:49:47 +0000 Subject: [PATCH] s/PTRACE_POKEUSR/PTRACE_POKEUSER/ s/PTRACE_PEEKUSR/PTRACE_PEEKUSER/ --- man2/ptrace.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man2/ptrace.2 b/man2/ptrace.2 index 404e1d96c..f697fed50 100644 --- a/man2/ptrace.2 +++ b/man2/ptrace.2 @@ -126,7 +126,7 @@ Linux does not have separate text and data address spaces, so the two requests are currently equivalent. (The argument \fIdata\fP is ignored.) .TP -.B PTRACE_PEEKUSR +.B PTRACE_PEEKUSER Reads a word at offset .I addr in the child's USER area, @@ -146,7 +146,7 @@ to location in the child's memory. As above, the two requests are currently equivalent. .TP -.B PTRACE_POKEUSR +.B PTRACE_POKEUSER Copies the word .I data to offset