summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJames Cowgill <jcowgill@jcowgill.uk>2018-03-22 11:53:38 +0000
committerPaul Moore <paul@paul-moore.com>2018-05-10 12:24:09 -0400
commit84c703f47a1863b9af8bb61f376b53878f8c1a03 (patch)
treea7bb2d9ce95e49e16af0c7bdd2b0e80a7647a77b /doc
parent475f67ccd5814d94c935e76d3aeb743ce257f2d3 (diff)
downloadlibseccomp-84c703f47a1863b9af8bb61f376b53878f8c1a03.tar.gz
doc: update the list of architectures in scmp_sys_resolver.1
Signed-off-by: James Cowgill <jcowgill@jcowgill.uk> Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/man/man1/scmp_sys_resolver.14
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/man/man1/scmp_sys_resolver.1 b/doc/man/man1/scmp_sys_resolver.1
index 5b176bf..a223607 100644
--- a/doc/man/man1/scmp_sys_resolver.1
+++ b/doc/man/man1/scmp_sys_resolver.1
@@ -34,7 +34,9 @@ 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", and "arm".
+values are "x86", "x86_64", "x32", "arm", "aarch64", "mips", "mipsel", "mips64",
+"mipsel64", "mips64n32", "mipsel64n32", "parisc", "parisc64", "ppc", "ppc64",
+"ppc64le", "s390" and "s390x".
.TP
.B \-t
If necessary, translate the system call name to the proper system call number,