man: Fix a syntax issue in pacat xml

'cmd' is not a valid child of the 'p' tag, so we switch it to 'file',
which is how this is done later in the file already.
This commit is contained in:
Arun Raghavan 2018-10-01 18:15:50 +05:30
parent eace312b9c
commit 69154caea5

View file

@ -225,15 +225,15 @@ License along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
<option>
<p><opt>--raw</opt></p>
<optdesc><p>Play/record raw audio data. This is the default if
this program is invoked as <cmd>pacat</cmd>, <cmd>parec</cmd> or
<cmd>pamon</cmd>.</p></optdesc>
this program is invoked as <file>pacat</file>, <file>parec</file> or
<file>pamon</file>.</p></optdesc>
</option>
<option>
<p><opt>--file-format</opt><arg>[=FFORMAT]</arg></p>
<optdesc><p>Play/record encoded audio data in the file format
specified. This is the default if this program is invoked as
<cmd>paplay</cmd> and <cmd>parecord</cmd>.</p></optdesc>
<file>paplay</file> and <file>parecord</file>.</p></optdesc>
</option>
<option>