DORMANTno replies

[PATCH] seccomp.2: fix path to syscall_64.tbl

From: Trevor Woerner <hidden>
Date: 2021-09-02 16:00:39
Subsystem: the rest · Maintainer: Linus Torvalds

The path to the syscall_64.tbl file was missing a directory.

Signed-off-by: Trevor Woerner <redacted>
---
 man2/seccomp.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man2/seccomp.2 b/man2/seccomp.2
index 4b96b6d8a..3af693916 100644
--- a/man2/seccomp.2
+++ b/man2/seccomp.2
@@ -1059,7 +1059,7 @@ numbers on this architecture:
 $ \fBuname \-m\fP
 x86_64
 $ \fBsyscall_nr() {
-    cat /usr/src/linux/arch/x86/syscalls/syscall_64.tbl | \e
+    cat /usr/src/linux/arch/x86/entry/syscalls/syscall_64.tbl | \e
     awk \(aq$2 != "x32" && $3 == "\(aq$1\(aq" { print $1 }\(aq
 }\fP
 .EE
-- 
2.30.0.rc0
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help