diff options
author | Thomas Bächler <thomas@archlinux.org> | 2012-10-24 21:47:06 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2012-10-28 02:14:41 +0200 |
commit | 4e84ae7e76a080cb32796912471be1e4285415b1 (patch) | |
tree | 00f0f9f578a69835468e7ab2092bd67a0d0ed7d5 | |
parent | 3dd8ee8fa693597663b0338235becbb0b7a9520c (diff) |
man/logind.conf.xml: Add missing 'suspend' value for Handle*Key options.
-rw-r--r-- | man/logind.conf.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/logind.conf.xml b/man/logind.conf.xml index 29469d37e1..af842b5d5b 100644 --- a/man/logind.conf.xml +++ b/man/logind.conf.xml @@ -212,7 +212,8 @@ <literal>reboot</literal>, <literal>halt</literal>, <literal>kexec</literal>, - <literal>hibernate</literal> and + <literal>suspend</literal>, + <literal>hibernate</literal>, and <literal>hybrid-sleep</literal>. If <literal>ignore</literal> logind will never handle these keys. Otherwise the |