Commit 97b81620 authored by Max Kellermann's avatar Max Kellermann

doc/protocol: enable docbook-xslt option "use.id.as.filename"

parent 059a6431
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<book> <book>
<title>The Music Player Daemon protocol</title> <title>The Music Player Daemon protocol</title>
<chapter> <chapter id="syntax">
<title>General protocol syntax</title> <title>General protocol syntax</title>
<section> <section>
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
</para> </para>
</section> </section>
<section> <section id="request_syntax">
<title>Requests</title> <title>Requests</title>
<cmdsynopsis> <cmdsynopsis>
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
</para> </para>
</section> </section>
<section> <section id="response_syntax">
<title>Responses</title> <title>Responses</title>
<para> <para>
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
denote the end of command execution. denote the end of command execution.
</para> </para>
<section> <section id="failure_response_syntax">
<title>Failure responses</title> <title>Failure responses</title>
<para> <para>
...@@ -188,7 +188,7 @@ ...@@ -188,7 +188,7 @@
</para> </para>
</section> </section>
<section> <section id="range_syntax">
<title>Ranges</title> <title>Ranges</title>
<para> <para>
...@@ -203,10 +203,10 @@ ...@@ -203,10 +203,10 @@
</section> </section>
</chapter> </chapter>
<chapter> <chapter id="recipes">
<title>Recipes</title> <title>Recipes</title>
<section> <section id="queuing_recipe">
<title>Queuing</title> <title>Queuing</title>
<para> <para>
...@@ -244,7 +244,7 @@ ...@@ -244,7 +244,7 @@
</section> </section>
</chapter> </chapter>
<chapter> <chapter id="command_reference">
<title>Command reference</title> <title>Command reference</title>
<note> <note>
...@@ -259,7 +259,7 @@ ...@@ -259,7 +259,7 @@
</para> </para>
</note> </note>
<section> <section id="status_commands">
<title>Querying MPD's status</title> <title>Querying MPD's status</title>
<variablelist> <variablelist>
...@@ -612,7 +612,7 @@ ...@@ -612,7 +612,7 @@
</variablelist> </variablelist>
</section> </section>
<section> <section id="playback_option_commands">
<title>Playback options</title> <title>Playback options</title>
<variablelist> <variablelist>
...@@ -795,7 +795,7 @@ ...@@ -795,7 +795,7 @@
</variablelist> </variablelist>
</section> </section>
<section> <section id="playback_commands">
<title>Controlling playback</title> <title>Controlling playback</title>
<variablelist> <variablelist>
...@@ -936,7 +936,7 @@ ...@@ -936,7 +936,7 @@
</variablelist> </variablelist>
</section> </section>
<section> <section id="queue">
<title>The current playlist</title> <title>The current playlist</title>
<variablelist> <variablelist>
...@@ -1328,7 +1328,7 @@ OK ...@@ -1328,7 +1328,7 @@ OK
</variablelist> </variablelist>
</section> </section>
<section> <section id="playlist_files">
<title>Stored playlists</title> <title>Stored playlists</title>
<para> <para>
...@@ -1518,7 +1518,7 @@ OK ...@@ -1518,7 +1518,7 @@ OK
</variablelist> </variablelist>
</section> </section>
<section> <section id="database">
<title>The music database</title> <title>The music database</title>
<variablelist> <variablelist>
...@@ -1882,7 +1882,7 @@ OK ...@@ -1882,7 +1882,7 @@ OK
</variablelist> </variablelist>
</section> </section>
<section> <section id="stickers">
<title>Stickers</title> <title>Stickers</title>
<para> <para>
...@@ -2002,7 +2002,7 @@ OK ...@@ -2002,7 +2002,7 @@ OK
</variablelist> </variablelist>
</section> </section>
<section> <section id="connection_commands">
<title>Connection settings</title> <title>Connection settings</title>
<variablelist> <variablelist>
...@@ -2063,7 +2063,7 @@ OK ...@@ -2063,7 +2063,7 @@ OK
</variablelist> </variablelist>
</section> </section>
<section> <section id="output_commands">
<title>Audio output devices</title> <title>Audio output devices</title>
<variablelist> <variablelist>
...@@ -2148,7 +2148,7 @@ OK ...@@ -2148,7 +2148,7 @@ OK
</variablelist> </variablelist>
</section> </section>
<section> <section id="reflection_commands">
<title>Reflection</title> <title>Reflection</title>
<variablelist> <variablelist>
...@@ -2264,7 +2264,7 @@ suffix: mpc</programlisting> ...@@ -2264,7 +2264,7 @@ suffix: mpc</programlisting>
</variablelist> </variablelist>
</section> </section>
<section> <section id="client_to_client">
<title>Client to client</title> <title>Client to client</title>
<para> <para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment