diff options
author | Max Kellermann <max@duempel.org> | 2014-09-02 13:50:47 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-09-02 13:50:47 +0200 |
commit | 97b816200db49ea0ffb9e44f023415d8a742df0b (patch) | |
tree | e26c7d92f8d304837eb9f4eba226b6ed615a4d9c /doc/protocol.xml | |
parent | 059a6431882640439d29e7428ce28f5b389c3774 (diff) | |
download | mpd-97b816200db49ea0ffb9e44f023415d8a742df0b.tar.gz mpd-97b816200db49ea0ffb9e44f023415d8a742df0b.tar.xz mpd-97b816200db49ea0ffb9e44f023415d8a742df0b.zip |
doc/protocol: enable docbook-xslt option "use.id.as.filename"
Diffstat (limited to '')
-rw-r--r-- | doc/protocol.xml | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/doc/protocol.xml b/doc/protocol.xml index 8e114dfbd..2ebb891cd 100644 --- a/doc/protocol.xml +++ b/doc/protocol.xml @@ -4,7 +4,7 @@ <book> <title>The Music Player Daemon protocol</title> - <chapter> + <chapter id="syntax"> <title>General protocol syntax</title> <section> @@ -38,7 +38,7 @@ </para> </section> - <section> + <section id="request_syntax"> <title>Requests</title> <cmdsynopsis> @@ -70,7 +70,7 @@ </para> </section> - <section> + <section id="response_syntax"> <title>Responses</title> <para> @@ -79,7 +79,7 @@ denote the end of command execution. </para> - <section> + <section id="failure_response_syntax"> <title>Failure responses</title> <para> @@ -188,7 +188,7 @@ </para> </section> - <section> + <section id="range_syntax"> <title>Ranges</title> <para> @@ -203,10 +203,10 @@ </section> </chapter> - <chapter> + <chapter id="recipes"> <title>Recipes</title> - <section> + <section id="queuing_recipe"> <title>Queuing</title> <para> @@ -244,7 +244,7 @@ </section> </chapter> - <chapter> + <chapter id="command_reference"> <title>Command reference</title> <note> @@ -259,7 +259,7 @@ </para> </note> - <section> + <section id="status_commands"> <title>Querying MPD's status</title> <variablelist> @@ -612,7 +612,7 @@ </variablelist> </section> - <section> + <section id="playback_option_commands"> <title>Playback options</title> <variablelist> @@ -795,7 +795,7 @@ </variablelist> </section> - <section> + <section id="playback_commands"> <title>Controlling playback</title> <variablelist> @@ -936,7 +936,7 @@ </variablelist> </section> - <section> + <section id="queue"> <title>The current playlist</title> <variablelist> @@ -1328,7 +1328,7 @@ OK </variablelist> </section> - <section> + <section id="playlist_files"> <title>Stored playlists</title> <para> @@ -1518,7 +1518,7 @@ OK </variablelist> </section> - <section> + <section id="database"> <title>The music database</title> <variablelist> @@ -1882,7 +1882,7 @@ OK </variablelist> </section> - <section> + <section id="stickers"> <title>Stickers</title> <para> @@ -2002,7 +2002,7 @@ OK </variablelist> </section> - <section> + <section id="connection_commands"> <title>Connection settings</title> <variablelist> @@ -2063,7 +2063,7 @@ OK </variablelist> </section> - <section> + <section id="output_commands"> <title>Audio output devices</title> <variablelist> @@ -2148,7 +2148,7 @@ OK </variablelist> </section> - <section> + <section id="reflection_commands"> <title>Reflection</title> <variablelist> @@ -2264,7 +2264,7 @@ suffix: mpc</programlisting> </variablelist> </section> - <section> + <section id="client_to_client"> <title>Client to client</title> <para> |