summaryrefslogtreecommitdiffstats
path: root/DOCS/cd-dvd.html
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-23 10:50:19 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-23 10:50:19 +0000
commit4617c88ba90f03a1e1325c9450b8d012b81a26c0 (patch)
treee80488133e24300306464fbc8afb1193d24dd031 /DOCS/cd-dvd.html
parent2a9ec68ddc396c63a099731a75836b7a3d89556d (diff)
downloadmpv-4617c88ba90f03a1e1325c9450b8d012b81a26c0.tar.bz2
mpv-4617c88ba90f03a1e1325c9450b8d012b81a26c0.tar.xz
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, slightly
modified. * Fixed <> chars (or replaced them with something else, where it was trivial). * weblint complained about <A HREF="...">here</A> being a bad form, so I replaced them with more descriptive text. * Fixed empty <A NAME="..."> tags. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7077 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/cd-dvd.html')
-rw-r--r--DOCS/cd-dvd.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/cd-dvd.html b/DOCS/cd-dvd.html
index e2bdc75247..560584ae83 100644
--- a/DOCS/cd-dvd.html
+++ b/DOCS/cd-dvd.html
@@ -35,11 +35,11 @@
<P>You can also try</P>
-<P>&nbsp;&nbsp;&nbsp;&nbsp;<CODE>echo current_speed:4 >/proc/ide/[cdrom device]/settings</CODE></P>
+<P>&nbsp;&nbsp;&nbsp;&nbsp;<CODE>echo current_speed:4 &gt; /proc/ide/[cdrom device]/settings</CODE></P>
<P>but you will need root privileges. The following command may also help:</P>
-<P>&nbsp;&nbsp;&nbsp;&nbsp;<CODE>echo file_readahead:2000000 >/proc/ide/[cdrom device]/settings</CODE></P>
+<P>&nbsp;&nbsp;&nbsp;&nbsp;<CODE>echo file_readahead:2000000 &gt; /proc/ide/[cdrom device]/settings</CODE></P>
<P>This sets prefetched file reading to 2MB, which helps with scratched CD-ROMs.
It is recommended that you also tune your CD-ROM drive with hdparm:</P>