diff options
author | Max Kellermann <max@duempel.org> | 2009-09-02 12:51:44 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-09-02 12:51:44 +0200 |
commit | 129920e8f418d029350ce3c463948eba55d6775c (patch) | |
tree | cc85665a13246d23bc5ec1472aa57b2bd45a3da1 /doc | |
parent | 430b5b049091a432946ca3a3242f7b79ac7a3cdf (diff) | |
parent | dc3b96a003dbeb62c08ad5852ce7954a78e38e34 (diff) | |
download | mpd-129920e8f418d029350ce3c463948eba55d6775c.tar.gz mpd-129920e8f418d029350ce3c463948eba55d6775c.tar.xz mpd-129920e8f418d029350ce3c463948eba55d6775c.zip |
Merge branch 'master' of git://git.musicpd.org/avuton/mpd
Diffstat (limited to 'doc')
-rw-r--r-- | doc/protocol.xml | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/doc/protocol.xml b/doc/protocol.xml index 05a65de23..30f8792c8 100644 --- a/doc/protocol.xml +++ b/doc/protocol.xml @@ -123,7 +123,7 @@ </term> <listitem> <para> - <footnote id="since_0_14"><simpara>Since MPD 0.14</simpara></footnote> + <footnote id="since_0_14"><simpara>Introduced with MPD 0.14</simpara></footnote> Waits until there is a noteworthy change in one or more of MPD's subsystems. As soon as there is one, it lists all changed systems in a line in the format @@ -200,9 +200,6 @@ MPD will only send notifications when something changed in one of the specified subsytems. </para> - <simpara> - Since <application>MPD</application> 0.14 - </simpara> </listitem> </varlistentry> <varlistentry id="command_status"> @@ -232,15 +229,15 @@ <listitem> <para> <varname>single</varname>: + <footnote id="since_0_15"><simpara>Introduced with MPD 0.15</simpara></footnote> <returnvalue>0 or 1</returnvalue> - <footnote id="since_0_15"><simpara>Since MPD 0.15</simpara></footnote> </para> </listitem> <listitem> <para> <varname>consume</varname>: - <returnvalue>0 or 1</returnvalue> <footnoteref linkend="since_0_15"/> + <returnvalue>0 or 1</returnvalue> </para> </listitem> <listitem> @@ -307,7 +304,7 @@ <listitem> <para> <varname>elapsed</varname>: - <footnote id="since_0_16"><simpara>Since MPD 0.16</simpara></footnote> + <footnote id="since_0_16"><simpara>Introduced with MPD 0.16</simpara></footnote> <returnvalue> Total time elapsed within the current song, but with higher resolution. |