diff DOCS/xml/en/usage.xml @ 11713:a1bc8133084a

<replaceable> tags' attack :P
author paszczi
date Thu, 01 Jan 2004 17:44:41 +0000
parents 85e503ddf65f
children 0d5f9340f983
line wrap: on
line diff
--- a/DOCS/xml/en/usage.xml	Thu Jan 01 16:45:06 2004 +0000
+++ b/DOCS/xml/en/usage.xml	Thu Jan 01 17:44:41 2004 +0000
@@ -15,7 +15,7 @@
 and options written after filenames, that apply only to the given
 filename/URL/whatever, for example:
 
-<screen>mplayer -vfm 5 movie1.avi movie2.avi -vfm 4</screen>
+<screen>mplayer -vfm 5 movie1.avi <replaceable>movie2.avi</replaceable> -vfm 4</screen>
 </para>
 
 <para>
@@ -86,11 +86,11 @@
 <para>
 Examples:
 <screen>
-mplayer -vo x11 /mnt/Films/Contact/contact2.mpg
-mplayer vcd://2 -cd-rom-device /dev/hdc
-mplayer -afm 3 /mnt/DVDtrailers/alien4.vob
-mplayer dvd://1 -dvd-device /dev/hdc
-mplayer -abs 65536 -delay -0.4 -nobps ~/movies/test.avi<!--
+mplayer -vo x11 <replaceable>/mnt/Films/Contact/contact2.mpg</replaceable>
+mplayer vcd://<replaceable>2</replaceable> -cd-rom-device <replaceable>/dev/hdc</replaceable>
+mplayer -afm 3 <replaceable>/mnt/DVDtrailers/alien4.vob</replaceable>
+mplayer dvd://<replaceable>1</replaceable> -dvd-device <replaceable>/dev/hdc</replaceable>
+mplayer -abs 65536 -delay -0.4 -nobps <replaceable>~/movies/test.avi</replaceable><!--
 --></screen>
 </para>
 </sect1>
@@ -416,19 +416,19 @@
 <application>MPlayer</application> also honors the
 <envar>http_proxy</envar> environment variable, and uses proxy if
 available.  Proxy usage can also be forced:
-<screen>mplayer http_proxy://proxy.micorsops.com:3128/http://micorsops.com:80/stream.asf</screen>
+<screen>mplayer <replaceable>http_proxy://proxy.micorsops.com:3128/http://micorsops.com:80/stream.asf</replaceable></screen>
 </para>
 
 <para>
 <application>MPlayer</application> can read from stdin
 (<emphasis>not</emphasis> named pipes). This can be for example used to
 play from FTP:
-<screen>wget ftp://micorsops.com/something.avi -O - | mplayer -</screen>
+<screen>wget <replaceable>ftp://micorsops.com/something.avi</replaceable> -O - | mplayer -</screen>
 </para>
 
 <note><para>
 Note: it's also recommended to enable <option>-cache</option> when playback from network:
-<screen>wget ftp://micorsops.com/something.avi -O - | mplayer -cache 8192 -</screen>
+<screen>wget <replaceable>ftp://micorsops.com/something.avi</replaceable> -O - | mplayer -cache 8192 -</screen>
 </para></note>
 </sect1>
 
@@ -465,11 +465,11 @@
 line arguments so just enter <filename>netstream</filename>. Now you can
 for example play the second track of a VCD on the server with :
 <screen>
-mplayer -cache 5000 mpst://servername/vcd://2
+mplayer -cache 5000 <replaceable>mpst://servername/vcd://2</replaceable>
 </screen>
 You can also access files on this server :
 <screen>
-mplayer -cache 5000 mpst://servername//usr/local/movies/lol.avi
+mplayer -cache 5000 <replaceable>mpst://servername//usr/local/movies/lol.avi</replaceable>
 </screen>
 Note that paths which aren't starting with a / will be relative to
 the directory where the server is running. The <option>-cache</option> option is not