X-Git-Url: https://code.delx.au/pulseaudio/blobdiff_plain/8ccda50f5155e4f7cd635890c6996f77be917009..8946117ebf49604ff10368b19bbc2ff5f4c4f089:/man/pulseaudio.1.xml.in diff --git a/man/pulseaudio.1.xml.in b/man/pulseaudio.1.xml.in index b6dd4909..d7d74585 100644 --- a/man/pulseaudio.1.xml.in +++ b/man/pulseaudio.1.xml.in @@ -446,7 +446,13 @@ USA.

The PulseAudio client libraries check for the existence of the following environment variables and change their local configuration accordingly:

-

$PULSE_SERVER: the server string specifying the server to connect to when a client asks for a sound server connection and doesn't explicitly ask for a specific server.

+

$PULSE_SERVER: the server string specifying the server + to connect to when a client asks for a sound server connection and doesn't + explicitly ask for a specific server. The server string is a list of + server addresses separated by whitespace which are tried in turn. A server + address consists of an optional address type specifier (unix:, tcp:, tcp4:, + tcp6:), followed by a path or host address. A host address may include an + optional port number.

$PULSE_SINK: the symbolic name of the sink to connect to when a client creates a playback stream and doesn't explicitly ask for a specific sink.