Fix function description in logind man page

Fix a presumed copy&paste error. SetLockedHint corresponds to the "locked hint", not the "idle hint".
This commit is contained in:
Nicolas Fella 2020-08-18 22:36:47 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent 46b875fb80
commit 07b4f44968
1 changed files with 1 additions and 1 deletions

View 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>