summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Fella <6377822+nicolasfella@users.noreply.github.com>2020-08-18 22:36:47 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-08-26 14:33:28 +0200
commit1e53c2d70f359dcb811e140be78ccb7278de2a8c (patch)
tree088847571bdf239e1e2659568b0b13416c9e0b46
parent669066564d6fc653f7f986069f7d07690910fd59 (diff)
downloadsystemd-1e53c2d70f359dcb811e140be78ccb7278de2a8c.tar.gz
Fix function description in logind man page
Fix a presumed copy&paste error. SetLockedHint corresponds to the "locked hint", not the "idle hint". (cherry picked from commit 07b4f4496868578e56932a292de0f0b1881ecc84)
-rw-r--r--man/org.freedesktop.login1.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/org.freedesktop.login1.xml b/man/org.freedesktop.login1.xml
index 1b7c3b6421..002abbb7e3 100644
--- a/man/org.freedesktop.login1.xml
+++ b/man/org.freedesktop.login1.xml
@@ -1224,7 +1224,7 @@ node /org/freedesktop/login1/session/1 {
signals (or after an internal timeout) are automatically completed by
<filename>systemd-logind</filename> asynchronously.</para>
- <para><function>SetLockedHint()</function> may be used to set the "idle hint" to
+ <para><function>SetLockedHint()</function> may be used to set the "locked hint" to
<varname>locked</varname>, i.e. information whether the session is locked. This is intended to be used
by the desktop environment to tell <command>systemd-logind</command> when the session is locked and
unlocked.</para>