[Mplayer-cvslog] CVS: main/DOCS/xml/en cd-dvd.xml,1.1,1.2 tvinput.xml,1.3,1.4

Nico nicolas at mplayerhq.hu
Tue Apr 1 00:31:41 CEST 2003


Update of /cvsroot/mplayer/main/DOCS/xml/en
In directory mail:/var/tmp.root/cvs-serv28620/main/DOCS/xml/en

Modified Files:
	cd-dvd.xml tvinput.xml 
Log Message:
fixes, some by Dmitry Baryshkov <lumag at qnc.ru>, some by me

Index: cd-dvd.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/cd-dvd.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cd-dvd.xml	23 Mar 2003 23:33:24 -0000	1.1
+++ cd-dvd.xml	31 Mar 2003 22:31:35 -0000	1.2
@@ -29,15 +29,15 @@
 <para>
 You can reduce the speed of IDE CD-ROM drives with <command>hdparm</command> or a
 program called <command>setcd</command>.  It works like this:
-<screen>hdparm -E [speed] [cdrom device]</screen>
-<screen>setcd -x [speed] [cdrom device]</screen>
+<screen>hdparm -E <replaceable>[speed]</replaceable> <replaceable>[cdrom device]</replaceable></screen>
+<screen>setcd -x <replaceable>[speed]</replaceable> <replaceable>[cdrom device]</replaceable></screen>
 </para>
 
 <para>
 You can also try
-<screen>echo current_speed:4 &gt; /proc/ide/[cdrom device]/settings</screen>
+<screen>echo current_speed:4 &gt; /proc/ide/<replaceable>[cdrom device]</replaceable>/settings</screen>
 but you will need root privileges. The following command may also help:
-<screen>echo file_readahead:2000000 &gt; /proc/ide/[cdrom device]/settings</screen>
+<screen>echo file_readahead:2000000 &gt; /proc/ide/<replaceable>[cdrom device]</replaceable>/settings</screen>
 </para>
 
 <para>
@@ -54,7 +54,7 @@
 </para>
 
 <para>
-Please refer to &quot;<filename>/proc/ide/[cdrom device]/settings&quot;</filename>
+Please refer to &quot;<filename>/proc/ide/<replaceable>cdrom device</replaceable>/settings&quot;</filename>
 for fine-tuning your CD-ROM.
 </para>
 
@@ -65,7 +65,7 @@
 </para>
 
 <para>FreeBSD:</para>
-<para>Speed: <command>cdcontrol [-f device] speed [speed]</command></para>
+<para>Speed: <command>cdcontrol [-f <replaceable>device</replaceable>] speed <replaceable>speed</replaceable></command></para>
 <para>DMA: <command>sysctl hw.ata.atapi_dma=1</command></para>
 </sect1>
 
@@ -74,7 +74,7 @@
 <para>
 For the complete list of available options, please read the man page.
 The Syntax for a standard Digital Versatile Disc (DVD) is as follows:
-<screen>mplayer -dvd &lt;track&gt; [-dvd-device &lt;device&gt;]</screen>
+<screen>mplayer -dvd <replaceable>&lt;track&gt;</replaceable> [-dvd-device <replaceable>&lt;device&gt;</replaceable>]</screen>
 </para>
 
 <para>
@@ -282,7 +282,7 @@
 <para>
 For the complete list of available options, please read the man page. The Syntax for a
 standard Video CD (VCD) is as follows:
-<screen>mplayer -vcd &lt;track&gt; [-cdrom-device &lt;device&gt;]</screen>
+<screen>mplayer -vcd <replaceable>&lt;track&gt;</replaceable> -cdrom-device <replaceable>&lt;device&gt;</replaceable></screen>
 Example:
 <screen>mplayer -vcd 2 -cdrom-device /dev/hdc</screen>
 The default VCD device is <filename>/dev/cdrom</filename>. If your setup
@@ -342,7 +342,7 @@
 be found in the Linux version of PowerDVD. It has a modified iso9660 filesystem
 (<filename>vcdfs/isofs-2.4.X.o</filename>) driver, which is able to emulate the
 raw tracks through this shadow .DAT file. If you mount the disc using their
-driver, you can copy and even play .DAT files with mplayer. But it will not
+driver, you can copy and even play .DAT files with <application>MPlayer</application>. But it will not
 work with the standard iso9660 driver of the Linux kernel! Use the
 <option>-vcd</option> option instead. Alternatives for VCD copying are the
 new <ulink url="http://www.elis.rug.ac.be/~ronsse/cdfs/">cdfs</ulink> kernel

Index: tvinput.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/tvinput.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tvinput.xml	24 Mar 2003 21:36:20 -0000	1.3
+++ tvinput.xml	31 Mar 2003 22:31:35 -0000	1.4
@@ -4,7 +4,8 @@
 
 <para>
 This section is about how to enable <emphasis role="bold">watching/grabbing
-from V4L compatible TV tuner</emphasis>.
+from V4L compatible TV tuner</emphasis>. See the man page for a description
+of TV options and keyboard controls.
 </para>
 
 
@@ -20,7 +21,7 @@
   </para></step>
 <step><para>
   Make sure your tuner works with another TV software in Linux, for
-  example xawtv.
+  example <application>XawTV</application>.
   </para></step>
 </procedure>
 </sect2>



More information about the MPlayer-cvslog mailing list