From: Chris Down Date: Tue, 4 Dec 2018 11:42:30 +0000 (+0000) Subject: cgroup: Use varname for cgroup_disable documentation X-Git-Tag: v240~142 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fsystemd.git;a=commitdiff_plain;h=aad1e6be997c7b1edc92ce1f64fc51b3953fbbcc cgroup: Use varname for cgroup_disable documentation The current use of literal + replaceable is pretty ugly as it usually ends up with cgroup_disable= rendered in quotes, which looks really weird, and this doesn't conform with others of a similar type (for example, the earlier `DefaultDependencies=no` discussion in the same file. --- diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 2c66db854b7..5fb090f6d35 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -1247,12 +1247,12 @@ cgroup controller name (eg. ), verifying that it is available for use on the system. For example, a particular controller may not be available if it was disabled on the kernel command line with - cgroup_disable=controller. - Multiple controllers may be passed with a space separating them; in - this case the condition will only pass if all listed controllers are - available for use. Controllers unknown to systemd are ignored. Valid - controllers are , , - , , , + cgroup_disable=controller. Multiple controllers may + be passed with a space separating them; in this case the condition will + only pass if all listed controllers are available for use. Controllers + unknown to systemd are ignored. Valid controllers are + , , , + , , , and . If multiple conditions are specified, the unit will be