diff options
author | Simon Peeters <peeters.simon@gmail.com> | 2013-02-13 14:17:28 -0800 |
---|---|---|
committer | Auke Kok <auke-jan.h.kok@intel.com> | 2013-02-13 14:47:05 -0800 |
commit | 1700761b0678a5f5b43dc5224a97cc1922f74fad (patch) | |
tree | 5b1ce907e044a768d7c79394dee6ee3ffb835d34 /man/systemctl.xml | |
parent | 2265fbf7e5614e9a9e5272937219181290f86e07 (diff) |
Move systemctl dot to systemd-analyze dot
Diffstat (limited to 'man/systemctl.xml')
-rw-r--r-- | man/systemctl.xml | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index bf11cc3c71..7f7064214e 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -272,32 +272,6 @@ </varlistentry> <varlistentry> - <term><option>--order</option></term> - <term><option>--require</option></term> - - <listitem><para>When used in - conjunction with the - <command>dot</command> command (see - below), selects which dependencies are - shown in the dependency graph. If - <option>--order</option> is passed - only dependencies of type - <varname>After=</varname> or - <varname>Before=</varname> are - shown. If <option>--require</option> - is passed only dependencies of type - <varname>Requires=</varname>, - <varname>RequiresOverridable=</varname>, - <varname>Requisite=</varname>, - <varname>RequisiteOverridable=</varname>, - <varname>Wants=</varname> and - <varname>Conflicts=</varname> are - shown. If neither is passed, shows - dependencies of all these - types.</para></listitem> - </varlistentry> - - <varlistentry> <term><option>--no-wall</option></term> <listitem><para>Don't send wall @@ -979,24 +953,6 @@ applications.</para></listitem> </varlistentry> <varlistentry> - <term><command>dot</command></term> - - <listitem><para>Generate textual - dependency graph description in dot - format for further processing with the - GraphViz - <citerefentry><refentrytitle>dot</refentrytitle><manvolnum>1</manvolnum></citerefentry> - tool. Use a command line like - <command>systemctl dot | dot -Tsvg > - systemd.svg</command> to generate a - graphical dependency tree. Unless - <option>--order</option> or - <option>--require</option> is passed - the generated graph will show both - ordering and requirement - dependencies.</para></listitem> - </varlistentry> - <varlistentry> <term><command>list-dependencies [NAME]</command></term> <listitem><para> Shows required and |