diff options
author | Michael Biebl <mbiebl@gmail.com> | 2017-03-30 10:12:54 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2017-03-30 10:12:54 +0200 |
commit | 3ebfa4df79249e702122d1cebfdc04eba985cae0 (patch) | |
tree | 4de9d6525fcbbc3c117558d87de5ec6919f6ead9 /man | |
parent | 7e65c6e501106ddc5f6eb015b7f4d499f567fc6f (diff) |
man: clarify that handle-lid-switch is a low level inhibitor lock (#5662)
… like the other handle-*-key inhibitor locks.
Follow-up for 05b2a8fd7a0533758d2f532df798cabc3c442683
Fixes: #5647
Diffstat (limited to 'man')
-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 994e0e1140..1d7b1becd0 100644 --- a/man/logind.conf.xml +++ b/man/logind.conf.xml @@ -261,7 +261,8 @@ <listitem><para>Controls whether actions that <command>systemd-logind</command> takes when the power and sleep keys and the lid switch are triggered are subject to high-level inhibitor locks ("shutdown", "sleep", "idle"). Low level inhibitor - locks ("handle-*-key"), are always honored, irrespective of this setting.</para> + locks ("handle-*-key" and "handle-lid-switch"), are always honored, + irrespective of this setting.</para> <para>These settings take boolean arguments. If <literal>no</literal>, the inhibitor locks taken by applications are respected. If <literal>yes</literal>, |