mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
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:
parent
eace312b9c
commit
69154caea5
1 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue