diff DOCS/xml/en/cd-dvd.xml @ 11713:a1bc8133084a

<replaceable> tags' attack :P
author paszczi
date Thu, 01 Jan 2004 17:44:41 +0000
parents d18111ea13d0
children 4b104d997d3c
line wrap: on
line diff
--- a/DOCS/xml/en/cd-dvd.xml	Thu Jan 01 16:45:06 2004 +0000
+++ b/DOCS/xml/en/cd-dvd.xml	Thu Jan 01 17:44:41 2004 +0000
@@ -78,7 +78,7 @@
 
 <para>
 Example:
-<screen>mplayer dvd://1 -dvd-device /dev/hdc</screen>
+<screen>mplayer dvd://<replaceable>1</replaceable> -dvd-device <replaceable>/dev/hdc</replaceable></screen>
 </para>
 
 <para>
@@ -251,7 +251,7 @@
 standard Video CD (VCD) is as follows:
 <screen>mplayer vcd://<replaceable>&lt;track&gt;</replaceable> [-cdrom-device <replaceable>&lt;device&gt;</replaceable>]</screen>
 Example:
-<screen>mplayer vcd://2 -cdrom-device /dev/hdc</screen>
+<screen>mplayer vcd://<replaceable>2</replaceable> -cdrom-device <replaceable>/dev/hdc</replaceable></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.