From f003d6ca62186e2b5394a7f9a2e29c1b3fbf56c7 Mon Sep 17 00:00:00 2001
From: Tom Yan
Date: Sun, 16 Aug 2020 22:16:23 +0000
Subject: [PATCH] man: mention that exit-idle-time is complied if the user is
lingering
---
man/pulse-daemon.conf.5.xml.in | 3 ++-
man/pulseaudio.1.xml.in | 5 +++--
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/man/pulse-daemon.conf.5.xml.in b/man/pulse-daemon.conf.5.xml.in
index d76e0b31d..52223fb8c 100644
--- a/man/pulse-daemon.conf.5.xml.in
+++ b/man/pulse-daemon.conf.5.xml.in
@@ -326,7 +326,8 @@ License along with PulseAudio; if not, see .
session, then any positive value will be reset to 0 so that PulseAudio
will terminate immediately on logout. A positive value therefore has
effect only in environments where there's no support for login session
- tracking. A negative value can still be used to disable any automatic
+ tracking (or if the user is logged in without a session spawned, a.k.a.
+ lingering). A negative value can still be used to disable any automatic
exit.
When PulseAudio runs in the system mode, automatic exit is always
diff --git a/man/pulseaudio.1.xml.in b/man/pulseaudio.1.xml.in
index 4b9f085d3..996bee082 100644
--- a/man/pulseaudio.1.xml.in
+++ b/man/pulseaudio.1.xml.in
@@ -212,8 +212,9 @@ License along with PulseAudio; if not, see .
session, then any positive value will be reset to 0 so that PulseAudio
will terminate immediately on logout. A positive value therefore has
effect only in environments where there's no support for login session
- tracking. A negative value can still be used to disable any automatic
- exit.
+ tracking (or if the user is logged in without a session spawned,
+ a.k.a. lingering). A negative value can still be used to disable any
+ automatic exit.
When PulseAudio runs in the system mode, automatic exit is always
disabled, so this option does nothing.