diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-06-18 04:22:59 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-06-18 04:22:59 +0200 |
commit | 514f4ef52f91edb3741cad88d34572d162459346 (patch) | |
tree | f6314e0a9b21d18de3f3159dad6c2622c4ee98cb /man/systemd.special.xml.in | |
parent | ef2f1067d0ca0e6d7346aa3e082048821b670b54 (diff) |
systemctl: add verbs for special units
Diffstat (limited to 'man/systemd.special.xml.in')
-rw-r--r-- | man/systemd.special.xml.in | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/man/systemd.special.xml.in b/man/systemd.special.xml.in index a2e1bb2cbd..09707aa081 100644 --- a/man/systemd.special.xml.in +++ b/man/systemd.special.xml.in @@ -69,13 +69,10 @@ <filename>rescue.target</filename>, <filename>rpcbind.target</filename>, <filename>rtc-set.target</filename>, - <filename>runlevel0.target</filename>, - <filename>runlevel1.target</filename>, <filename>runlevel2.target</filename>, <filename>runlevel3.target</filename>, <filename>runlevel4.target</filename>, <filename>runlevel5.target</filename>, - <filename>runlevel6.target</filename> <filename>shutdown.target</filename>, <filename>sigpwr.target</filename>, <filename>sockets.target</filename>, @@ -415,32 +412,6 @@ </listitem> </varlistentry> <varlistentry> - <term><filename>runlevel0.target</filename></term> - <listitem> - <para>This is a target that is - called whever the SysV - compatibility code asks for - runlevel 0. This is an alias - for - <filename>poweroff.target</filename>, - for compatibility with - SysV.</para> - </listitem> - </varlistentry> - <varlistentry> - <term><filename>runlevel1.target</filename></term> - <listitem> - <para>This is a target that is - called whever the SysV - compatibility code asks for - runlevel 1. This is an alias - for - <filename>rescue.target</filename>, - for compatibility with - SysV.</para> - </listitem> - </varlistentry> - <varlistentry> <term><filename>runlevel2.target</filename></term> <listitem> <para>This is a target that is @@ -495,19 +466,6 @@ </listitem> </varlistentry> <varlistentry> - <term><filename>runlevel6.target</filename></term> - <listitem> - <para>This is a target that is - called whever the SysV - compatibility code asks for - runlevel 6. This is an alias - for - <filename>reboot.target</filename>, - for compatibility with - SysV.</para> - </listitem> - </varlistentry> - <varlistentry> <term><filename>shutdown.target</filename></term> <listitem> <para>A special target unit |