diff options
author | Chris Atkinson <cwa@pipeline.com> | 2014-11-22 15:58:47 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-11-22 19:52:30 -0500 |
commit | 6e3157c5e64408c01817ffef05a77c8456bef958 (patch) | |
tree | d64796bf3d3ed81fdc1b3d281f64b61e9ae468a5 /man | |
parent | b63bd1090bf6ce79b6757c3f8f4172a367854577 (diff) |
man/logind.conf.xml: make consistent with default logind.conf
https://bugs.freedesktop.org/show_bug.cgi?id=86263
Diffstat (limited to 'man')
-rw-r--r-- | man/logind.conf.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/logind.conf.xml b/man/logind.conf.xml index d245bf4570..d37fcba585 100644 --- a/man/logind.conf.xml +++ b/man/logind.conf.xml @@ -281,17 +281,17 @@ sleep keys and the lid switch are subject to inhibitor locks. These settings take boolean arguments. If - <literal>off</literal>, the inhibitor + <literal>no</literal>, the inhibitor locks taken by applications in order to block the requested operation are - respected. If <literal>on</literal>, + respected. If <literal>yes</literal>, the requested operation is executed in any case. <varname>PowerKeyIgnoreInhibited=</varname>, <varname>SuspendKeyIgnoreInhibited=</varname> and <varname>HibernateKeyIgnoreInhibited=</varname> - default to <literal>off</literal>. + default to <literal>no</literal>. <varname>LidSwitchIgnoreInhibited=</varname> defaults to <literal>yes</literal>. This means |