comparison DOCS/xml/en/cd-dvd.xml @ 20385:985accf8cf95

<replaceable> tags aren't needed in literal example
author torinthiel
date Mon, 23 Oct 2006 07:03:38 +0000
parents 260bfd4ed5b9
children 192efe61abaa
comparison
equal deleted inserted replaced
20384:ca7be016f8d5 20385:985accf8cf95
263 <para> 263 <para>
264 For the complete list of available options, please read the man page. The Syntax for a 264 For the complete list of available options, please read the man page. The Syntax for a
265 standard Video CD (VCD) is as follows: 265 standard Video CD (VCD) is as follows:
266 <screen>mplayer vcd://<replaceable>&lt;track&gt;</replaceable> [-cdrom-device <replaceable>&lt;device&gt;</replaceable>]</screen> 266 <screen>mplayer vcd://<replaceable>&lt;track&gt;</replaceable> [-cdrom-device <replaceable>&lt;device&gt;</replaceable>]</screen>
267 Example: 267 Example:
268 <screen>mplayer vcd://<replaceable>2</replaceable> -cdrom-device <replaceable>/dev/hdc</replaceable></screen> 268 <screen>mplayer vcd://2 -cdrom-device /dev/hdc</screen>
269 The default VCD device is <filename>/dev/cdrom</filename>. If your setup 269 The default VCD device is <filename>/dev/cdrom</filename>. If your setup
270 differs, make a symlink or specify the correct device on the command line 270 differs, make a symlink or specify the correct device on the command line
271 with the <option>-cdrom-device</option> option. 271 with the <option>-cdrom-device</option> option.
272 </para> 272 </para>
273 273