diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-08-23 10:50:19 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-08-23 10:50:19 +0000 |
commit | 4617c88ba90f03a1e1325c9450b8d012b81a26c0 (patch) | |
tree | e80488133e24300306464fbc8afb1193d24dd031 /DOCS/cd-dvd.html | |
parent | 2a9ec68ddc396c63a099731a75836b7a3d89556d (diff) |
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.html | 4 |
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> <CODE>echo current_speed:4 >/proc/ide/[cdrom device]/settings</CODE></P> +<P> <CODE>echo current_speed:4 > /proc/ide/[cdrom device]/settings</CODE></P> <P>but you will need root privileges. The following command may also help:</P> -<P> <CODE>echo file_readahead:2000000 >/proc/ide/[cdrom device]/settings</CODE></P> +<P> <CODE>echo file_readahead:2000000 > /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> |