diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-10-31 00:19:34 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-10-31 00:48:20 +0100 |
commit | 630d4e14083fc3798b757604eb2055822b77608b (patch) | |
tree | c921401cdfc85c8585e3b65f84444b0afc7054d4 /man/systemctl.xml | |
parent | f8a2ebbc503c23210300ade56c1fb71c85c40a59 (diff) |
man: explain a bit more detailed what happens on suspend
Diffstat (limited to 'man/systemctl.xml')
-rw-r--r-- | man/systemctl.xml | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index 786c2bdfcf..31f3b1a909 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -1173,17 +1173,29 @@ <varlistentry> <term><command>suspend</command></term> - <listitem><para>Suspend the system.</para></listitem> + <listitem><para>Suspend the + system. This will trigger activation + of the special + <filename>suspend.target</filename> + target.</para></listitem> </varlistentry> <varlistentry> <term><command>hibernate</command></term> - <listitem><para>Hibernate the system.</para></listitem> + <listitem><para>Hibernate the + system. This will trigger activation + of the special + <filename>hibernate.target</filename> + target.</para></listitem> </varlistentry> <varlistentry> <term><command>hybrid-sleep</command></term> - <listitem><para>Hibernate and suspend the system.</para></listitem> + <listitem><para>Hibernate and suspend + the system. This will trigger + activation of the special + <filename>hybrid-sleep.target</filename> + target.</para></listitem> </varlistentry> <varlistentry> <term><command>switch-root [ROOT] [INIT]</command></term> |