summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Yan <tom.ty89@outloook.com>2020-08-16 22:16:23 +0000
committerTanu Kaskinen <tanuk@iki.fi>2020-08-31 19:18:21 +0300
commitf003d6ca62186e2b5394a7f9a2e29c1b3fbf56c7 (patch)
tree03d64935a281cf2c8488eef2ef590a432b521835
parente36132b7dcc4283b1f8b89a14f145966e7264463 (diff)
man: mention that exit-idle-time is complied if the user is lingering
-rw-r--r--man/pulse-daemon.conf.5.xml.in3
-rw-r--r--man/pulseaudio.1.xml.in5
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 <http://www.gnu.org/licenses/>.
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.</p>
<p>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 <http://www.gnu.org/licenses/>.
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.</p>
+ 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.</p>
<p>When PulseAudio runs in the system mode, automatic exit is always
disabled, so this option does nothing.</p>