diff options
author | Marc Pavot <m.pavot@gmail.com> | 2008-11-23 18:48:11 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-11-23 18:48:11 +0100 |
commit | a27a063691f0aa53f9da6e9e0a47692232175fb7 (patch) | |
tree | 007eb80f58913e85f135412f8c4f78eb1fdfeeee /doc/protocol.xml | |
parent | fa7a2f0ccccbf654f53d5ea5687450735568339f (diff) | |
download | mpd-a27a063691f0aa53f9da6e9e0a47692232175fb7.tar.gz mpd-a27a063691f0aa53f9da6e9e0a47692232175fb7.tar.xz mpd-a27a063691f0aa53f9da6e9e0a47692232175fb7.zip |
command: added documentation for idle subscriptions
Diffstat (limited to 'doc/protocol.xml')
-rw-r--r-- | doc/protocol.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/protocol.xml b/doc/protocol.xml index 49f6d9797..304b492b1 100644 --- a/doc/protocol.xml +++ b/doc/protocol.xml @@ -118,6 +118,7 @@ <term> <cmdsynopsis> <command>idle</command> + <arg choice="opt" rep="repeat"><replaceable>SUBSYSTEMS</replaceable></arg> </cmdsynopsis> </term> <listitem> @@ -184,6 +185,11 @@ <command>idle</command> mode and print results immediately; might be empty at this time. </para> + <para> + If the optional <varname>SUBSYSTEMS</varname> argument is used, + MPD will only send notifications when something changed in + one of the specified subsytems. + </para> </listitem> </varlistentry> <varlistentry id="command_status"> |