diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-10-28 00:49:04 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-10-28 00:50:35 +0200 |
commit | 6524990fdc98370ecba5d9f73e67161e8798c010 (patch) | |
tree | 870ed57ed3c756dd34a0223692d1ec5b9e5ef44d /man/systemctl.xml | |
parent | 2001208c2ab631a69896d1f670c26846b70d1fb7 (diff) |
logind: support for hybrid sleep (i.e. suspend+hibernate at the same time)
Diffstat (limited to 'man/systemctl.xml')
-rw-r--r-- | man/systemctl.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index d547410696..786c2bdfcf 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -1181,6 +1181,11 @@ <listitem><para>Hibernate the system.</para></listitem> </varlistentry> <varlistentry> + <term><command>hybrid-sleep</command></term> + + <listitem><para>Hibernate and suspend the system.</para></listitem> + </varlistentry> + <varlistentry> <term><command>switch-root [ROOT] [INIT]</command></term> <listitem><para>Switches to a |