man: change true/false to yes/no for DefaultDependencies.

This commit is contained in:
INSUN PYO 2019-06-25 20:38:02 +09:00 committed by Yu Watanabe
parent 12a9fbe649
commit c13fb25734

View file

@ -832,7 +832,7 @@
<term><varname>DefaultDependencies=</varname></term> <term><varname>DefaultDependencies=</varname></term>
<listitem><para>Takes a boolean argument. If <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 dependencies will implicitly be created for the unit. The
actual dependencies created depend on the unit type. For actual dependencies created depend on the unit type. For
example, for service units, these dependencies ensure that the example, for service units, these dependencies ensure that the
@ -840,9 +840,9 @@
completed and is properly terminated on system shutdown. See completed and is properly terminated on system shutdown. See
the respective man pages for details. Generally, only services the respective man pages for details. Generally, only services
involved with early boot or late shutdown should set this 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 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 all implicit dependencies, just non-essential
ones.</para></listitem> ones.</para></listitem>
</varlistentry> </varlistentry>