From 08e6d222a2dea2509baea0a19b754743374756d3 Mon Sep 17 00:00:00 2001 From: Maarten de Vries Date: Sun, 25 Aug 2013 15:51:41 +0200 Subject: Listen: Allow tilde paths for socket. --- doc/mpd.conf.5 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc/mpd.conf.5') diff --git a/doc/mpd.conf.5 b/doc/mpd.conf.5 index d441c0d1b..b3a46e157 100644 --- a/doc/mpd.conf.5 +++ b/doc/mpd.conf.5 @@ -77,8 +77,9 @@ You can set a port that is different from the global port setting, e.g. "localhost:6602". IPv6 addresses must be enclosed in square brackets if you want to configure a port, e.g. "[::1]:6602". -To bind to a Unix domain socket, specify an absolute path. For a -system-wide MPD, we suggest the path "\fB/var/run/mpd/socket\fP". +To bind to a Unix domain socket, specify an absolute path or a path starting +with a tilde (~). For a system-wide MPD, we suggest the path +"\fB/var/run/mpd/socket\fP". .TP .B port This specifies the port that mpd listens on. The default is 6600. -- cgit v1.2.3