diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-01-09 01:47:03 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-01-09 18:35:36 +0100 |
commit | 3909ba34ec9b2c63d9938b6ba37af54a214fcff3 (patch) | |
tree | 27bb7f438da354148874d11133199ddd7145e979 /man | |
parent | b298e98413a8bd112f0f7bd91a0dff3e7e931424 (diff) |
man: document that 'loginctl activate' only takes a single argument
Diffstat (limited to 'man')
-rw-r--r-- | man/loginctl.xml | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/man/loginctl.xml b/man/loginctl.xml index 095ba056aa..8056310512 100644 --- a/man/loginctl.xml +++ b/man/loginctl.xml @@ -250,14 +250,13 @@ </varlistentry> <varlistentry> - <term><command>activate</command> <replaceable>ID</replaceable>...</term> - - <listitem><para>Activate one or more - sessions. This brings one or more - sessions into the foreground, if - another session is currently in the - foreground on the respective - seat.</para></listitem> + <term><command>activate</command> <replaceable>ID</replaceable></term> + + <listitem><para>Activate a + session. This brings a session into + the foreground, if another session is + currently in the foreground on the + respective seat.</para></listitem> </varlistentry> <varlistentry> |