From a8c9925516d51f06068f3f32c7e908ff467271e0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20B=C5=99ezina?= Date: Thu, 2 Dec 2021 13:07:07 +0100 Subject: [PATCH] man: fix description of sd_uid_get_sessions (cherry picked from commit 2f121b6fa1f6aa4c9bd699fce52f0b087abefd01) --- man/sd_uid_get_state.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/sd_uid_get_state.xml b/man/sd_uid_get_state.xml index 2d6fb0c8a3..087a2d539d 100644 --- a/man/sd_uid_get_state.xml +++ b/man/sd_uid_get_state.xml @@ -101,7 +101,7 @@ require_active parameter controls whether the returned list shall consist of only those sessions where the user is currently active (> 0), where the user is currently - online but possibly inactive (= 0), or logged in at all but + online but possibly inactive (= 0), or logged in but possibly closing the session (< 0). The call returns a NULL terminated string array of session identifiers in sessions which needs to be -- 2.25.1