summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-03-20 12:57:26 +0100
committerMax Kellermann <max@musicpd.org>2019-03-20 12:57:26 +0100
commit4f408bd952e3ddac2168ddbd2ca2c88a561bf91f (patch)
tree20a6c0c65a2580852382ce19be7c180d5f565f75 /doc
parent7de8fd04a4dfbd0dbc1d021f3d096724069cde2b (diff)
event/ServerSocket, doc, ...: refer to AF_LOCAL as "local socket"
.. and not "UNIX domain socket. Be consistent about the naming.
Diffstat (limited to 'doc')
-rw-r--r--doc/plugins.rst2
-rw-r--r--doc/protocol.rst6
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/plugins.rst b/doc/plugins.rst
index 69549e5a7..06742ca24 100644
--- a/doc/plugins.rst
+++ b/doc/plugins.rst
@@ -849,7 +849,7 @@ It is highly recommended to configure a fixed format, because a stream cannot sw
* - **port P**
- Binds the HTTP server to the specified port.
* - **bind_to_address ADDR**
- - Binds the HTTP server to the specified address (IPv4, IPv6 or UNIX socket). Multiple addresses in parallel are not supported.
+ - Binds the HTTP server to the specified address (IPv4, IPv6 or local socket). Multiple addresses in parallel are not supported.
* - **encoder NAME**
- Chooses an encoder plugin. A list of encoder plugins can be found in the encoder plugin reference :ref:`encoder_plugins`.
* - **max_clients MC**
diff --git a/doc/protocol.rst b/doc/protocol.rst
index bbe1a655b..c103efe64 100644
--- a/doc/protocol.rst
+++ b/doc/protocol.rst
@@ -721,7 +721,7 @@ run playlist plugins instead of the hard-coded simple
`m3u` parser. They can access playlists in
the music directory (relative path including the suffix),
playlists in arbitrary location (absolute path including the suffix;
-allowed only for clients that are connected via UNIX domain socket), or
+allowed only for clients that are connected via local socket), or
remote playlists (absolute URI with a supported scheme).
:command:`listplaylist {NAME}`
@@ -931,7 +931,7 @@ The music database
This command may be used to list metadata of remote
files (e.g. URI beginning with "http://" or "smb://").
- Clients that are connected via UNIX domain socket may
+ Clients that are connected via local socket may
use this command to read the tags of an arbitrary local
file (URI is an absolute path).
@@ -1222,7 +1222,7 @@ Reflection
:command:`config`
Dumps configuration values that may be interesting for
the client. This command is only permitted to "local"
- clients (connected via UNIX domain socket).
+ clients (connected via local socket).
The following response attributes are available: