[MPlayer-DOCS] CVS: main/DOCS/xml/en ports.xml,1.33,1.34

Maciej Paszta CVS paszczi at mplayerhq.hu
Thu Jan 1 18:45:58 CET 2004


Update of /cvsroot/mplayer/main/DOCS/xml/en
In directory mail:/tmp/cvs-serv29700

Modified Files:
	ports.xml 
Log Message:
<replaceable> tags' attack :P + missing space

Index: ports.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/ports.xml,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ports.xml	11 Dec 2003 16:18:39 -0000	1.33
+++ ports.xml	1 Jan 2004 17:45:55 -0000	1.34
@@ -53,7 +53,7 @@
 <para>
 <application>MPlayer</application> works on Linux PDAs with ARM CPU e.g. Sharp Zaurus,
 Compaq Ipaq. The easiest way to obtain <application>MPlayer</application> is to get it
-from one of the<ulink url="http://www.openzaurus.org">OpenZaurus</ulink> package feeds. If
+from one of the <ulink url="http://www.openzaurus.org">OpenZaurus</ulink> package feeds. If
 you want to compile it yourself, you should look at the
 <ulink url="http://openzaurus.bkbits.net:8080/buildroot/src/packages/mplayer?nav=index.html|src/.|src/packages">MPlayer</ulink>
 and the
@@ -291,8 +291,8 @@
 
 <para>You can use Win32 codecs and Real Win32 codecs (not Real Linux codecs)
   if you want to. Put the codecs somewhere in your path or pass
-  <option>--with-codecsdir=c:/path/to/your/codecs</option> (alternatively
-  <option>--with-codecsdir=/path/to/your/codecs</option> only on
+  <option>--with-codecsdir=<replaceable>c:/path/to/your/codecs</replaceable></option> (alternatively
+  <option>--with-codecsdir=<replaceable>/path/to/your/codecs</replaceable></option> only on
   <application>Cygwin</application>) to <filename>configure</filename>. We
   have had some reports that Real DLLs need to be writable by the user running
   <application>MPlayer</application>, but only on some systems. Try making
@@ -334,9 +334,9 @@
   that Windows exposes on VCDs.  It works like this (adjust for the drive letter
   of your CD-ROM):</para>
 
-<screen>mplayer d:/mpegav/avseq01.dat</screen>
+<screen>mplayer <replaceable>d:/mpegav/avseq01.dat</replaceable></screen>
 
-<screen>mplayer /cygdrive/d/MPEG2/AVSEQ01.MPG</screen>
+<screen>mplayer <replaceable>/cygdrive/d/MPEG2/AVSEQ01.MPG</replaceable></screen>
 
 <para>DVDs also work, adjust <option>-dvd-device</option> for the drive letter
   of your DVD-ROM:</para>
@@ -364,9 +364,9 @@
 <para>VCDs and DVDs work almost like <application>Cygwin</application> (adjust
   for the drive letter of your CD-ROM/DVD-ROM):</para>
 
-<screen>mplayer d:/mpegav/avseq01.dat</screen>
+<screen>mplayer <replaceable>d:/mpegav/avseq01.dat</replaceable></screen>
 
-<screen>mplayer /d/MPEG2/AVSEQ01.MPG</screen>
+<screen>mplayer <replaceable>/d/MPEG2/AVSEQ01.MPG</replaceable></screen>
 
 <screen>mplayer dvd://&lt;title&gt; -dvd-device /d/</screen>
 




More information about the MPlayer-DOCS mailing list