From c2196d4d878ddce28b6864b62181d77cf452ef28 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 28 Jul 2021 11:03:24 -0700 Subject: [PATCH] man: Add RISCV64 to arch list Signed-off-by: Khem Raj --- 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 fc68d18b..74d8a8ac 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,