diff options
author | Jason St. John <jstjohn@purdue.edu> | 2013-07-09 13:12:05 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-07-09 09:07:33 -0400 |
commit | a3f6aa268c7d40f67d4e0d427bc26aef773db8ec (patch) | |
tree | 11c0942c2f3ed43120c27c774432da039750e6fb | |
parent | 7b870f607bcb8f445d4d29a776d12d9de3bf1487 (diff) |
man: improve word usage and grammar in logind.conf(5)
-rw-r--r-- | man/logind.conf.xml | 33 |
1 files changed, 17 insertions, 16 deletions
diff --git a/man/logind.conf.xml b/man/logind.conf.xml index 74a100eb1e..8ab6d729a9 100644 --- a/man/logind.conf.xml +++ b/man/logind.conf.xml @@ -72,8 +72,8 @@ <listitem><para>Takes a positive integer. Configures how many virtual terminals (VTs) to allocate by default - that -- when switched to and - previously unused -- + that, when switched to and are + previously unused, <literal>autovt</literal> services are automatically spawned on. These services are instantiated from the @@ -116,14 +116,14 @@ <filename>autovt@.service</filename> activation (see above). The VT selected with this option will be - marked busy unconditionally so that no + marked busy unconditionally, so that no other subsystem will allocate it. This functionality is useful to ensure that - regardless how many VTs are allocated + regardless of how many VTs are allocated by other subsystems, one login <literal>getty</literal> is always - available. Defaults to 6 (with other - words: there will always be a + available. Defaults to 6 (in other + words, there will always be a <literal>getty</literal> available on Alt-F6.). When set to 0, VT reservation is @@ -161,11 +161,11 @@ user sessions correctly report the idle status to the system. The system will execute the action after all - sessions reported that they are idle, - and no idle inhibitor lock is active, - and subsequently the time configured + sessions report that they are idle, + no idle inhibitor lock is active, + and subsequently, the time configured with <varname>IdleActionSec=</varname> - (see below) has passed.</para> + (see below) has expired.</para> </listitem> </varlistentry> @@ -197,7 +197,7 @@ killed. <varname>KillExcludeUsers=</varname> defaults to <literal>root</literal> and takes precedence over - <varname>KillOnlyUsers=</varname> + <varname>KillOnlyUsers=</varname>, which defaults to the empty list.</para></listitem> </varlistentry> @@ -221,8 +221,9 @@ <varname>Controllers=</varname> and be reset to the root control group in all hierarchies listed in - <varname>ResetControllers=</varname>. <varname>Controllers=</varname> - defaults to the empty list, + <varname>ResetControllers=</varname>. + <varname>Controllers=</varname> + defaults to the empty list. <varname>ResetControllers=</varname> defaults to <literal>cpu</literal>. Note that for @@ -243,8 +244,8 @@ time a system shutdown or sleep request is delayed due to an inhibitor lock of type <literal>delay</literal> - being active -- before it is ignored - and the operation executed + being active before the inhibitor is + ignored and the operation executes anyway. Defaults to 5s.</para></listitem> </varlistentry> @@ -311,7 +312,7 @@ <varname>SuspendKeyIgnoreInhibited=</varname> and <varname>HibernateKeyIgnoreInhibited=</varname> - defaults to <literal>off</literal>, + default to <literal>off</literal>. <varname>LidSwitchIgnoreInhibited=</varname> defaults to <literal>yes</literal>. This means |