]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - man/systemctl.xml
Merge pull request #14590 from poettering/doc-fixlets
[thirdparty/systemd.git] / man / systemctl.xml
index 3d86f7dffa8cbcdf3997028c8f53b5a7ec260ec6..ceec7b0479d4c04492513ec403b4ea1cb389d920 100644 (file)
@@ -1592,6 +1592,22 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err
         </listitem>
       </varlistentry>
 
+      <varlistentry>
+        <term><option>--with-dependencies</option></term>
+
+        <listitem>
+          <para>When used with <command>status</command>,
+          <command>cat</command>, <command>list-units</command>, and
+          <command>list-unit-files</command>, those commands print all
+          specified units and the dependencies of those units.</para>
+
+          <para>Options <option>--reverse</option>,
+          <option>--after</option>, <option>--before</option>
+          may be used to change what types of dependencies
+          are shown.</para>
+        </listitem>
+      </varlistentry>
+
       <varlistentry>
         <term><option>-l</option></term>
         <term><option>--full</option></term>
@@ -1907,7 +1923,7 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err
           <constant>cache</constant>, <constant>logs</constant>, <constant>runtime</constant> to select the
           type of resource. This option may be specified more than once, in which case all specified resource
           types are removed. Also accepts the special value <constant>all</constant> as a shortcut for
-          specifiying all five resource types. If this option is not specified defaults to the combination of
+          specifying all five resource types. If this option is not specified defaults to the combination of
           <constant>cache</constant> and <constant>runtime</constant>, i.e. the two kinds of resources that
           are generally considered to be redundant and can be reconstructed on next invocation.</para>
         </listitem>