ptrace.2: grfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-03-06 05:15:23 +13:00
parent dc85ba7ce5
commit a42c0c5a19
1 changed files with 3 additions and 3 deletions

View File

@ -212,7 +212,7 @@ some modifications to the USER area are disallowed.
.\" and when they are disallowed, how does userspace discover that fact?
.TP
.BR PTRACE_GETREGS ", " PTRACE_GETFPREGS
Copy 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.
@ -235,13 +235,13 @@ in the tracer.
is ignored.)
.TP
.BR PTRACE_SETREGS ", " PTRACE_SETFPREGS
Copy the tracee's general purpose or floating-point registers,
Copy the tracee's general-purpose or floating-point registers,
respectively, from the address
.I data
in the tracer.
As for
.BR PTRACE_POKEUSER ,
some general purpose register modifications may be disallowed.
some general-purpose register modifications may be disallowed.
.\" FIXME In the preceding sentence, which modifications are disallowed,
.\" and when they are disallowed, how does userspace discover that fact?
.RI ( addr