[systemd-commits] 2 commits - man/systemd-loginctl.xml man/systemd-tmpfiles.xml
Lennart Poettering
lennart at kemper.freedesktop.org
Mon Aug 1 14:28:43 PDT 2011
man/systemd-loginctl.xml | 4 ++--
man/systemd-tmpfiles.xml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 283ef082ee4d426223265de42f791ec43de9726a
Author: Miklos Vajna <vmiklos at frugalware.org>
Date: Sun Jul 31 13:57:30 2011 +0200
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.
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
commit 8b7d2212082da89d7759a9d39d808549023b0b6b
Author: Ville Skyttä <ville.skytta at iki.fi>
Date: Sat Jul 30 20:01:01 2011 +0300
man: Fix command name in systemd-tmpfiles example.
diff --git a/man/systemd-tmpfiles.xml b/man/systemd-tmpfiles.xml
index fab8bca..08d5c73 100644
--- a/man/systemd-tmpfiles.xml
+++ b/man/systemd-tmpfiles.xml
@@ -127,7 +127,7 @@
directories are removed and created according to the
configuration file:</para>
- <programlisting>systemctl-tmpfiles --remove --create</programlisting>
+ <programlisting>systemd-tmpfiles --remove --create</programlisting>
</refsect1>
More information about the systemd-commits
mailing list