aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorChris Down <chris@chrisdown.name>2018-12-04 11:42:30 +0000
committerLennart Poettering <lennart@poettering.net>2018-12-04 14:59:32 +0100
commitaad1e6be997c7b1edc92ce1f64fc51b3953fbbcc (patch)
tree9d96727f36ad1144447c3920d48b9e6a89cd323d /man
parentMerge pull request #11037 from poettering/json-table (diff)
downloadsystemd-aad1e6be997c7b1edc92ce1f64fc51b3953fbbcc.tar.gz
systemd-aad1e6be997c7b1edc92ce1f64fc51b3953fbbcc.tar.bz2
systemd-aad1e6be997c7b1edc92ce1f64fc51b3953fbbcc.zip
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.
Diffstat (limited to 'man')
-rw-r--r--man/systemd.unit.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml
index 2c66db854..5fb090f6d 100644
--- a/man/systemd.unit.xml
+++ b/man/systemd.unit.xml
@@ -1247,12 +1247,12 @@
cgroup controller name (eg. <option>cpu</option>), 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
- <literal>cgroup_disable=</literal><replaceable>controller</replaceable>.
- 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 <option>cpu</option>, <option>cpuacct</option>,
- <option>io</option>, <option>blkio</option>, <option>memory</option>,
+ <varname>cgroup_disable=controller</varname>. 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
+ <option>cpu</option>, <option>cpuacct</option>, <option>io</option>,
+ <option>blkio</option>, <option>memory</option>,
<option>devices</option>, and <option>pids</option>.</para>
<para>If multiple conditions are specified, the unit will be