blob: 511d4576fcc2989a8dd3b424d40f3f143d104695 [file] [log] [blame]
Andrew Geisslereff27472021-10-29 15:35:00 -05001From e016ce3949caf34ee0f8fc6d976c52eb2fb019ce Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Wed, 28 Jul 2021 11:03:24 -0700
4Subject: [PATCH 2/4] man: Add RISCV64 to arch list
5
6Upstream-Status: Submitted [https://github.com/seccomp/libseccomp/pull/327]
7
8Signed-off-by: Khem Raj <raj.khem@gmail.com>
9---
10 doc/man/man1/scmp_sys_resolver.1 | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13diff --git a/doc/man/man1/scmp_sys_resolver.1 b/doc/man/man1/scmp_sys_resolver.1
14index fc68d18..74d8a8a 100644
15--- a/doc/man/man1/scmp_sys_resolver.1
16+++ b/doc/man/man1/scmp_sys_resolver.1
17@@ -36,7 +36,7 @@ The architecture to use for resolving the system call. Valid
18 .I ARCH
19 values are "x86", "x86_64", "x32", "arm", "aarch64", "mips", "mipsel", "mips64",
20 "mipsel64", "mips64n32", "mipsel64n32", "parisc", "parisc64", "ppc", "ppc64",
21-"ppc64le", "riscv32", "s390", "s390x", "sheb" and "sh".
22+"ppc64le", "riscv64", "riscv32", "s390", "s390x", "sheb" and "sh".
23 .TP
24 .B \-t
25 If necessary, translate the system call name to the proper system call number,
26--
272.33.0
28