]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: change true/false to yes/no for DefaultDependencies.
authorINSUN PYO <insun.pyo@samsung.com>
Tue, 25 Jun 2019 11:38:02 +0000 (20:38 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 25 Jun 2019 12:55:38 +0000 (21:55 +0900)
man/systemd.unit.xml

index d13212ebcc51bda59bffb885a4055113aaf773a9..38a239a0e8266c8ef9b37e642326bb6b30013e07 100644 (file)
         <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
         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>