]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Fix typo in man/systemd.exec.xml (#6683)
authorDiogo Pereira <sir.suriv@gmail.com>
Mon, 28 Aug 2017 16:38:29 +0000 (17:38 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 28 Aug 2017 16:38:29 +0000 (18:38 +0200)
man/systemd.exec.xml

index f138dedacfffb2b81a89bf8798a1c83b22b04721..7a7006b9a0b8a1f9b67dded534aa2400f57cff47 100644 (file)
         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
-        <varname>SystemCallFilter=native</varname> is a good choice for disabling non-native ABIs.</para>
+        <varname>SystemCallArchitectures=native</varname> is a good choice for disabling non-native ABIs.</para>
 
         <para>System call architectures may also be restricted system-wide via the
         <varname>SystemCallArchitectures=</varname> option in the global configuration. See