summaryrefslogtreecommitdiffstats
path: root/man/systemd.unit.xml
diff options
context:
space:
mode:
authorINSUN PYO <insun.pyo@samsung.com>2019-06-25 13:38:02 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-06-25 14:55:38 +0200
commitc13fb257343aaeaa5508152257b5c43cdf25cb49 (patch)
tree97effbf6438989fe2b85503e4490a8ee9791a7a7 /man/systemd.unit.xml
parentMerge pull request #12877 from poettering/dynamic-user-re-migrate2 (diff)
downloadsystemd-c13fb257343aaeaa5508152257b5c43cdf25cb49.tar.xz
systemd-c13fb257343aaeaa5508152257b5c43cdf25cb49.zip
man: change true/false to yes/no for DefaultDependencies.
Diffstat (limited to 'man/systemd.unit.xml')
-rw-r--r--man/systemd.unit.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml
index d13212ebcc..38a239a0e8 100644
--- a/man/systemd.unit.xml
+++ b/man/systemd.unit.xml
@@ -832,7 +832,7 @@
<term><varname>DefaultDependencies=</varname></term>
<listitem><para>Takes a boolean argument. If
- <option>true</option>, (the default), a few default
+ <option>yes</option>, (the default), a few default
dependencies will implicitly be created for the unit. The
actual dependencies created depend on the unit type. For
example, for service units, these dependencies ensure that the
@@ -840,9 +840,9 @@
completed and is properly terminated on system shutdown. See
the respective man pages for details. Generally, only services
involved with early boot or late shutdown should set this
- option to <option>false</option>. It is highly recommended to
+ option to <option>no</option>. It is highly recommended to
leave this option enabled for the majority of common units. If
- set to <option>false</option>, this option does not disable
+ set to <option>no</option>, this option does not disable
all implicit dependencies, just non-essential
ones.</para></listitem>
</varlistentry>