From 07b4f4496868578e56932a292de0f0b1881ecc84 Mon Sep 17 00:00:00 2001 From: Nicolas Fella <6377822+nicolasfella@users.noreply.github.com> Date: Tue, 18 Aug 2020 22:36:47 +0200 Subject: [PATCH] Fix function description in logind man page Fix a presumed copy&paste error. SetLockedHint corresponds to the "locked hint", not the "idle hint". --- man/org.freedesktop.login1.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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.