mirror of
https://github.com/mpv-player/mpv
synced 2025-04-23 23:56:20 +00:00
<replaceable> tags aren't needed in literal example
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20401 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
dc91819064
commit
2d658788ac
@ -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:
|
standard Video CD (VCD) is as follows:
|
||||||
<screen>mplayer vcd://<replaceable><track></replaceable> [-cdrom-device <replaceable><device></replaceable>]</screen>
|
<screen>mplayer vcd://<replaceable><track></replaceable> [-cdrom-device <replaceable><device></replaceable>]</screen>
|
||||||
Example:
|
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
|
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
|
differs, make a symlink or specify the correct device on the command line
|
||||||
with the <option>-cdrom-device</option> option.
|
with the <option>-cdrom-device</option> option.
|
||||||
|
Loading…
Reference in New Issue
Block a user