]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Fix function description in logind man page
authorNicolas Fella <6377822+nicolasfella@users.noreply.github.com>
Tue, 18 Aug 2020 20:36:47 +0000 (22:36 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 18 Aug 2020 20:44:45 +0000 (22:44 +0200)
Fix a presumed copy&paste error. SetLockedHint corresponds to the "locked hint", not the "idle hint".

man/org.freedesktop.login1.xml

index 1b7c3b642133b2d2fc5a1467faf8ad51136bfde9..002abbb7e30d78e1e48ec4646925f521371e5964 100644 (file)
@@ -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>