From: Nicolas Fella <6377822+nicolasfella@users.noreply.github.com> Date: Tue, 18 Aug 2020 20:36:47 +0000 (+0200) Subject: Fix function description in logind man page X-Git-Tag: v247-rc1~414 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07b4f4496868578e56932a292de0f0b1881ecc84;p=thirdparty%2Fsystemd.git Fix function description in logind man page Fix a presumed copy&paste error. SetLockedHint corresponds to the "locked hint", not the "idle hint". --- diff --git a/man/org.freedesktop.login1.xml b/man/org.freedesktop.login1.xml index 1b7c3b64213..002abbb7e30 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 systemd-logind asynchronously. - SetLockedHint() may be used to set the "idle hint" to + SetLockedHint() may be used to set the "locked hint" to locked, i.e. information whether the session is locked. This is intended to be used by the desktop environment to tell systemd-logind when the session is locked and unlocked.