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