]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
ptrace.2: Minor tweaks to Dmitry Levin's patch
authorMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 12 Sep 2019 07:00:56 +0000 (09:00 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 12 Sep 2019 08:49:51 +0000 (10:49 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/ptrace.2

index b030247e68d0524bbaf9b28c22732ef6689ed75f..b98835f948850c638f4a4e12822557703997edf2 100644 (file)
@@ -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.