Hi, The systemd-loginctl manpage talks about lock/unlock while in fact it1s lock-sesion/unlock-session. The attached patch fixes this issue.
Thanks.
From c4017901a6bf4b5f4b2a4199c1d1000afec264ee Mon Sep 17 00:00:00 2001 From: Miklos Vajna <[email protected]> Date: Sun, 31 Jul 2011 13:53:49 +0200 Subject: [PATCH] man: loginctl has lock/unlock with a -session suffix --- 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 cf1ba89..6a28276 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 -- 1.7.6
pgpmRHPcxAmaW.pgp
Description: PGP signature
_______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
