diff options
author | Diogo Pereira <sir.suriv@gmail.com> | 2017-08-28 18:38:29 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2017-08-28 18:38:29 +0200 |
commit | c29ebc1a1078fe2345290a73a4e3bc7a83453291 (patch) | |
tree | b7517432bc703564181d878b83aff1dc9992ac35 /man | |
parent | Added Romanian Translation (#6674) (diff) | |
download | systemd-c29ebc1a1078fe2345290a73a4e3bc7a83453291.tar.xz systemd-c29ebc1a1078fe2345290a73a4e3bc7a83453291.zip |
Fix typo in man/systemd.exec.xml (#6683)
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.exec.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 - <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 |