diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2011-07-31 13:57:30 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-08-01 23:28:11 +0200 |
commit | 283ef082ee4d426223265de42f791ec43de9726a (patch) | |
tree | 7f86feef1235dd166ce6baba276d08011c539b01 | |
parent | 8b7d2212082da89d7759a9d39d808549023b0b6b (diff) |
man: loginctl has lock/unlock with a -session suffix
Hi,
The systemd-loginctl manpage talks about lock/unlock while in fact it1s
lock-sesion/unlock-session. The attached patch fixes this issue.
Thanks.
-rw-r--r-- | man/systemd-loginctl.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd-loginctl.xml b/man/systemd-loginctl.xml index cf1ba89593..6a282769a3 100644 --- a/man/systemd-loginctl.xml +++ b/man/systemd-loginctl.xml @@ -226,8 +226,8 @@ </varlistentry> <varlistentry> - <term><command>lock [ID...]</command></term> - <term><command>unlock [ID...]</command></term> + <term><command>lock-session [ID...]</command></term> + <term><command>unlock-session [ID...]</command></term> <listitem><para>Activates/deactivates the screen lock on one or more |