diff options
author | Max Kellermann <max@duempel.org> | 2008-10-15 07:49:32 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-10-15 07:49:32 +0200 |
commit | 0031eaaff50ee3b9e9c9e59a7d72743d6674e0ae (patch) | |
tree | 3c4b19c8dfd9f255c93293e768756bd0fa7c372b /doc | |
parent | 62ee7028772efded41eea20d49dade2eff759e57 (diff) | |
download | mpd-0031eaaff50ee3b9e9c9e59a7d72743d6674e0ae.tar.gz mpd-0031eaaff50ee3b9e9c9e59a7d72743d6674e0ae.tar.xz mpd-0031eaaff50ee3b9e9c9e59a7d72743d6674e0ae.zip |
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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mpd.conf.5 | 2 |
1 files changed, 2 insertions, 0 deletions
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. |