doc/user.rst: do not name the deprecated /var/run/ directory

This commit is contained in:
Max Kellermann 2023-12-20 17:32:11 +01:00
parent a4ead670ed
commit 6234ae5a8b
1 changed files with 2 additions and 2 deletions

View File

@ -775,10 +775,10 @@ brackets if you want to configure a port::
To bind to a local socket (UNIX domain socket), specify an absolute
path or a path starting with a tilde (~). Some clients default to
connecting to :file:`/var/run/mpd/socket` so this may be a good
connecting to :file:`/run/mpd/socket` so this may be a good
choice::
bind_to_address "/var/run/mpd/socket"
bind_to_address "/run/mpd/socket"
On Linux, local sockets can be bound to a name without a socket inode
on the filesystem; MPD implements this by prepending ``@`` to the