From: Michael Kerrisk Date: Thu, 12 Sep 2019 07:00:56 +0000 (+0200) Subject: ptrace.2: Minor tweaks to Dmitry Levin's patch X-Git-Tag: man-pages-5.03~162 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1c0955b15a9904708194614eb76d23cc43f72804;p=thirdparty%2Fman-pages.git ptrace.2: Minor tweaks to Dmitry Levin's patch Signed-off-by: Michael Kerrisk --- diff --git a/man2/ptrace.2 b/man2/ptrace.2 index b030247e68..b98835f948 100644 --- a/man2/ptrace.2 +++ b/man2/ptrace.2 @@ -1066,13 +1066,14 @@ struct ptrace_syscall_info { .EE .in .IP +The .IR op , .IR arch , .IR instruction_pointer , and .I stack_pointer 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 .IR op field.