changeset 20385:985accf8cf95

<replaceable> tags aren't needed in literal example
author torinthiel
date Mon, 23 Oct 2006 07:03:38 +0000
parents ca7be016f8d5
children 50c489ba6eff
files DOCS/xml/en/cd-dvd.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/xml/en/cd-dvd.xml	Sun Oct 22 23:07:31 2006 +0000
+++ b/DOCS/xml/en/cd-dvd.xml	Mon Oct 23 07:03:38 2006 +0000
@@ -265,7 +265,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://<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.