---
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 */--
2.30.0
Signed-off-by: edef <redacted>
---
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 */--
2.30.0
On 2/20/21 12:54 AM, edef wrote:
Signed-off-by: edef <redacted>
Thanks. Patch applied.
Cheers,
Michael
quoted hunk
---
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/