summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-14 20:42:21 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-14 20:42:21 +0000
commit36f99211026e8f9cd5c69f70853df7410e2a256a (patch)
tree7ca1fb446f467a9b511f929bf4954292ec45ee9b /DOCS
parent1028cf3da3215253556b6d9ca3adbb4e1df535c9 (diff)
downloadmpv-36f99211026e8f9cd5c69f70853df7410e2a256a.tar.bz2
mpv-36f99211026e8f9cd5c69f70853df7410e2a256a.tar.xz
10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9426 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/en/documentation.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/en/documentation.html b/DOCS/en/documentation.html
index 183c076b4e..bd8c85d0b6 100644
--- a/DOCS/en/documentation.html
+++ b/DOCS/en/documentation.html
@@ -1072,7 +1072,7 @@ There are three timing methods in MPlayer.
<CODE>usleep()</CODE> to tune A/V sync, with +/- 10ms accuracy. However
sometimes the sync has to be tuned even finer.</LI>
<LI><B>The new timer</B> code uses PC's RTC (Real Time Clock) for this task,
- because it has precise 1ms timers. It is automagically enabled when
+ because it has precise 1ms timers. It is automatically enabled when
available, but requires root privileges, a <I>setuid root</I>
MPlayer binary or a properly set up kernel.
<BR>