[MPlayer-DOCS] r20401 - trunk/DOCS/xml/en/cd-dvd.xml
torinthiel
subversion at mplayerhq.hu
Mon Oct 23 09:03:38 CEST 2006
Author: torinthiel
Date: Mon Oct 23 09:03:38 2006
New Revision: 20401
Modified:
trunk/DOCS/xml/en/cd-dvd.xml
Log:
<replaceable> tags aren't needed in literal example
Modified: trunk/DOCS/xml/en/cd-dvd.xml
==============================================================================
--- trunk/DOCS/xml/en/cd-dvd.xml (original)
+++ trunk/DOCS/xml/en/cd-dvd.xml Mon Oct 23 09:03:38 2006
@@ -265,7 +265,7 @@
standard Video CD (VCD) is as follows:
<screen>mplayer vcd://<replaceable><track></replaceable> [-cdrom-device <replaceable><device></replaceable>]</screen>
Example:
-<screen>mplayer vcd://<replaceable>2</replaceable> -cdrom-device <replaceable>/dev/hdc</replaceable></screen>
+<screen>mplayer vcd://2 -cdrom-device /dev/hdc</screen>
The default VCD device is <filename>/dev/cdrom</filename>. If your setup
differs, make a symlink or specify the correct device on the command line
with the <option>-cdrom-device</option> option.
More information about the MPlayer-DOCS
mailing list