doc: documented the "command" setting of the "pipe" output plugin

This commit is contained in:
Max Kellermann 2009-07-06 22:15:36 +02:00
parent c0c5119788
commit 47cf647ef6

View File

@ -708,6 +708,28 @@ cd mpd-version</programlisting>
The <varname>pipe</varname> plugin starts a program and
writes raw PCM data into its standard input.
</para>
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>Setting</entry>
<entry>Description</entry>
</row>
</thead>
<tbody>
<row>
<entry>
<varname>command</varname>
<parameter>CMD</parameter>
</entry>
<entry>
This command is invoked with the shell.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</section>
<section>