From: Diogo Pereira Date: Mon, 28 Aug 2017 16:38:29 +0000 (+0100) Subject: Fix typo in man/systemd.exec.xml (#6683) X-Git-Tag: v235~227 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c29ebc1a1078fe2345290a73a4e3bc7a83453291;p=thirdparty%2Fsystemd.git Fix typo in man/systemd.exec.xml (#6683) --- diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index f138dedacff..7a7006b9a0b 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -1570,7 +1570,7 @@ does not have, however. On systems supporting multiple ABIs at the same time — such as x86/x86-64 — it is hence recommended to limit the set of permitted system call architectures so that secondary ABIs may not be used to circumvent the restrictions applied to the native ABI of the system. In particular, setting - SystemCallFilter=native is a good choice for disabling non-native ABIs. + SystemCallArchitectures=native is a good choice for disabling non-native ABIs. System call architectures may also be restricted system-wide via the SystemCallArchitectures= option in the global configuration. See