diff options
author | Max Kellermann <max@musicpd.org> | 2017-01-17 22:35:48 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2017-01-17 22:36:44 +0100 |
commit | 1097820a5a45eb86c7c02815f3904ea46a072491 (patch) | |
tree | eddf283d5a5495f8a39f5325686583bbe4e57679 /doc | |
parent | 39114f91a7c39c3da9a097f0bc63c08b2b74bf0f (diff) |
doc/user: add <replaceable> element
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/user.xml b/doc/user.xml index b9797d03a..cf2d04b36 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -576,10 +576,11 @@ systemctl start mpd.socket</programlisting> </entry> <entry> <para> - Always open the audio output with the specified audio - format (samplerate:bits:channels), regardless of the - format of the input file. This is optional for most - plugins. + Always open the audio output with the specified + audio format + (<replaceable>samplerate:bits:channels</replaceable>), + regardless of the format of the input file. This is + optional for most plugins. </para> <para> Any of the three attributes may be an asterisk to |