summaryrefslogtreecommitdiffstats
path: root/DOCS/xml
diff options
context:
space:
mode:
authortorinthiel <torinthiel@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-23 07:03:38 +0000
committertorinthiel <torinthiel@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-23 07:03:38 +0000
commit2d658788acb6480aed641c2b0fbc2f1f3e875d7c (patch)
tree830ff4c19139ae72805db2ec4810028508d798c1 /DOCS/xml
parentdc91819064ef363cba5808eef21affdbb7e867f1 (diff)
downloadmpv-2d658788acb6480aed641c2b0fbc2f1f3e875d7c.tar.bz2
mpv-2d658788acb6480aed641c2b0fbc2f1f3e875d7c.tar.xz
<replaceable> tags aren't needed in literal example
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20401 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml')
-rw-r--r--DOCS/xml/en/cd-dvd.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/xml/en/cd-dvd.xml b/DOCS/xml/en/cd-dvd.xml
index 06dd36c409..551e163372 100644
--- a/DOCS/xml/en/cd-dvd.xml
+++ b/DOCS/xml/en/cd-dvd.xml
@@ -265,7 +265,7 @@ For the complete list of available options, please read the man page. The Syntax
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.