diff options
author | torinthiel <torinthiel@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-10-23 07:03:38 +0000 |
---|---|---|
committer | torinthiel <torinthiel@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-10-23 07:03:38 +0000 |
commit | 2d658788acb6480aed641c2b0fbc2f1f3e875d7c (patch) | |
tree | 830ff4c19139ae72805db2ec4810028508d798c1 /DOCS | |
parent | dc91819064ef363cba5808eef21affdbb7e867f1 (diff) |
<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')
-rw-r--r-- | DOCS/xml/en/cd-dvd.xml | 2 |
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><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. |