diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-04-03 22:18:35 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-04-03 22:18:39 +0200 |
commit | d24e1b4806e7e96b0c5bc0950ce79e8f76c2ab71 (patch) | |
tree | 101854d1c2afdbbdc5abacf819ba83bc5adf9065 /man | |
parent | 69528c31c64963a1279123fb17d00334c1655cd1 (diff) |
condition: use 'selinux' rather than 'SELinux' as preferred spelling
The virtualization condition and others use lowercase identifiers, so
for the sake of keeping things least surprising, use lowercase
identifiers here too.
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.unit.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 73968067a1..5460ebeb2f 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -634,7 +634,7 @@ may be used to check whether the given security module is enabled on the system. Currently the only recognized value is - <varname>SELinux</varname>. + <varname>selinux</varname>. The test may be negated by prepending an exclamation mark. Finally, <varname>ConditionNull=</varname> may |