From dd5c9c24e8ba11c9c3ee6b60c93cef64a9ad5c86 Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Wed, 18 Jan 2023 12:15:44 +0100 Subject: arch: Add 32-bit Motorola 68000 support Signed-off-by: John Paul Adrian Glaubitz Acked-by: Paul Moore Signed-off-by: Tom Hromatka --- doc/man/man1/scmp_sys_resolver.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/man/man1/scmp_sys_resolver.1 b/doc/man/man1/scmp_sys_resolver.1 index 37d48c1..2baa2b9 100644 --- a/doc/man/man1/scmp_sys_resolver.1 +++ b/doc/man/man1/scmp_sys_resolver.1 @@ -34,8 +34,8 @@ special manner by libseccomp depending on the operation. .B \-a \fIARCH The architecture to use for resolving the system call. Valid .I ARCH -values are "x86", "x86_64", "x32", "arm", "aarch64", "loongarch64", "mips", -"mipsel", "mips64", "mipsel64", "mips64n32", "mipsel64n32", "parisc", +values are "x86", "x86_64", "x32", "arm", "aarch64", "loongarch64", "m68k", +"mips", "mipsel", "mips64", "mipsel64", "mips64n32", "mipsel64n32", "parisc", "parisc64", "ppc", "ppc64", "ppc64le", "s390", "s390x", "sheb" and "sh". .TP .B \-t -- cgit v1.2.1