From c29ebc1a1078fe2345290a73a4e3bc7a83453291 Mon Sep 17 00:00:00 2001 From: Diogo Pereira Date: Mon, 28 Aug 2017 17:38:29 +0100 Subject: [PATCH] Fix typo in man/systemd.exec.xml (#6683) --- man/systemd.exec.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index f138dedacf..7a7006b9a0 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 -- 2.25.1