man: Fix a syntax issue in pacat xml
authorArun Raghavan <arun@arunraghavan.net>
Mon, 1 Oct 2018 12:45:50 +0000 (18:15 +0530)
committerArun Raghavan <arun@arunraghavan.net>
Mon, 1 Oct 2018 15:14:53 +0000 (20:44 +0530)
'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.

man/pacat.1.xml.in

index fb63e93aeb05d272881cc25cccc631b851318393..bfef710d14b3a23adcb452bb027ef335d02c6549 100644 (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>