On 2/20/21 12:54 AM, edef wrote: > Signed-off-by: edef <edef@xxxxxxx> Thanks. Patch applied. Cheers, Michael > --- > I seem to have forgotten my Signed-off-by in my original email, > my apologies. > > man2/ptrace.2 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/man2/ptrace.2 b/man2/ptrace.2 > index 17e415ba2..5245338ba 100644 > --- a/man2/ptrace.2 > +++ b/man2/ptrace.2 > @@ -1052,7 +1052,7 @@ structure contains the following fields: > .IP > .in +4n > .EX > -struct ptrace_syscal_info { > +struct ptrace_syscall_info { > __u8 op; /* Type of system call stop */ > __u32 arch; /* AUDIT_ARCH_* value; see seccomp(2) */ > __u64 instruction_pointer; /* CPU instruction pointer */ > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/