ptrace.2: Minor tweaks to Dmitry Levin's patch

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2019-09-12 09:00:56 +02:00
parent a60e8f1bb3
commit 1c0955b15a
1 changed files with 2 additions and 1 deletions

View File

@ -1066,13 +1066,14 @@ struct ptrace_syscall_info {
.EE .EE
.in .in
.IP .IP
The
.IR op , .IR op ,
.IR arch , .IR arch ,
.IR instruction_pointer , .IR instruction_pointer ,
and and
.I stack_pointer .I stack_pointer
fields are defined for all kinds of ptrace system call stops. fields are defined for all kinds of ptrace system call stops.
The rest of the structure is a union, one should read only those fields The rest of the structure is a union; one should read only those fields
that are meaningful for the kind of system call stop specified by the that are meaningful for the kind of system call stop specified by the
.IR op .IR op
field. field.