diff options
author | Jeffrey Middleton <jefromi@gmail.com> | 2009-04-06 21:22:46 -0500 |
---|---|---|
committer | Jeffrey Middleton <jefromi@gmail.com> | 2009-04-06 21:22:46 -0500 |
commit | 539e96bfcce0d260a2aebe057794181126e7f7f2 (patch) | |
tree | 4d812b08a2c6ab04aaebd1c7f89dc7fdfc1f1858 | |
parent | 0b36e7d94434e7ecaa43c3cf9950746b2f0ed125 (diff) | |
download | mpd-539e96bfcce0d260a2aebe057794181126e7f7f2.tar.gz mpd-539e96bfcce0d260a2aebe057794181126e7f7f2.tar.xz mpd-539e96bfcce0d260a2aebe057794181126e7f7f2.zip |
doc: xml typo fix
A <varlistentry> was accidentally added before the
beginning of the intended <variablelist>
-rw-r--r-- | doc/protocol.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/protocol.xml b/doc/protocol.xml index 7910f407f..953012b12 100644 --- a/doc/protocol.xml +++ b/doc/protocol.xml @@ -358,6 +358,7 @@ <section> <title>Playback options</title> + <variablelist> <varlistentry id="command_consume"> <term> <cmdsynopsis> @@ -373,7 +374,6 @@ </para> </listitem> </varlistentry> - <variablelist> <varlistentry id="command_crossfade"> <term> <cmdsynopsis> |