s/PTRACE_POKEUSR/PTRACE_POKEUSER/

s/PTRACE_PEEKUSR/PTRACE_PEEKUSER/
This commit is contained in:
Michael Kerrisk 2007-10-17 20:49:47 +00:00
parent 6beb1671d2
commit 428d352029
1 changed files with 2 additions and 2 deletions

View File

@ -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