From 0031eaaff50ee3b9e9c9e59a7d72743d6674e0ae Mon Sep 17 00:00:00 2001 From: Max Kellermann <max@duempel.org> Date: Wed, 15 Oct 2008 07:49:32 +0200 Subject: [PATCH] pulse: clarify the meaning of multiple server names The manual page suggests that you can specify multiple servers, but it did not clarify what that means. --- doc/mpd.conf.5 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/mpd.conf.5 b/doc/mpd.conf.5 index 34c194089..60fd8ebcc 100644 --- a/doc/mpd.conf.5 +++ b/doc/mpd.conf.5 @@ -309,6 +309,8 @@ This specifies the device to use for audio output. The default is "/dev/dsp". A space separated list of servers to try to connect to. See <\fBhttp://www.pulseaudio.org/wiki/ServerStrings\fP> for more details. The default is to let PulseAudio choose a server. +If you specify more than one server name, MPD tries to connect to one +after another until it successfully establishes a connection. .TP .B sink <sink> The sink to output to. The default is to let PulseAudio choose a sink.