diff options
author | Max Kellermann <max@duempel.org> | 2013-11-07 18:41:53 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-11-07 18:41:53 +0100 |
commit | 6219326e02330058e88e2e40b61ca3054f0143a8 (patch) | |
tree | b902ba9ef6edbc25e2c99ecb3bdc02f0465da1c0 | |
parent | 6c4de5106baf31312f2258e0c3c8223e55586b94 (diff) | |
download | mpd-6219326e02330058e88e2e40b61ca3054f0143a8.tar.gz mpd-6219326e02330058e88e2e40b61ca3054f0143a8.tar.xz mpd-6219326e02330058e88e2e40b61ca3054f0143a8.zip |
doc: more information about "close"
Diffstat (limited to '')
-rw-r--r-- | doc/protocol.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/protocol.xml b/doc/protocol.xml index 2068b6925..abc74e4e6 100644 --- a/doc/protocol.xml +++ b/doc/protocol.xml @@ -1849,7 +1849,10 @@ OK </term> <listitem> <para> - Closes the connection to MPD. + Closes the connection to MPD. MPD will try to send the + remaining output buffer before it actually closes the + connection, but that cannot be guaranteed. This command + will not generate a response. </para> </listitem> </varlistentry> |