summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-07-06 13:46:11 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-07-06 13:46:11 +0000
commit5896bf6cfdd89afefc5be6b2a233a09721154764 (patch)
tree8a8b150e64848b5a8db292a09ed6c3bd3f99dc88 /DOCS
parentd974e71122a05d06769b55baa90553fad4ddd832 (diff)
downloadmpv-5896bf6cfdd89afefc5be6b2a233a09721154764.tar.bz2
mpv-5896bf6cfdd89afefc5be6b2a233a09721154764.tar.xz
better wording/spelling as suggested by the wanderer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12768 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.18
-rw-r--r--DOCS/xml/en/install.xml2
2 files changed, 5 insertions, 5 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 30f2f8b5c5..d5a26293c5 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -534,11 +534,12 @@ Disable mouse button press/release input (mozplayerxp's context menu relies
on this option).
.TP
.B \-nortc (RTC only)
-Turns off usage of the Linux RTC (real-time clock \- /dev/\:rtc) as timing
+Turns off usage of the Linux RTC (realtime clock \- /dev/\:rtc) as timing
mechanism.
.TP
.B \-playlist <file>
-Play files according to a playlist file (1 file per line, Winamp or ASX format).
+Play files according to a playlist file (ASX, Winamp, SMIL, or
+one-file-per-line format).
.br
.I NOTE:
This option is considered an entry so options found after it will apply
@@ -570,8 +571,7 @@ and afterwards ~/.mplayer/Skin/fittyfene.
.
.TP
.B \-slave (also see \-input)
-This option switches on slave mode.
-The aim is being able to use MPlayer as a backend for other programs.
+Switches on slave mode in which MPlayer works as a backend for other programs.
Instead of intercepting keyboard events, MPlayer will read commands from stdin.
See DOCS/tech/slave.txt and \-input cmdlist for a list of slave commands.
.TP
diff --git a/DOCS/xml/en/install.xml b/DOCS/xml/en/install.xml
index 2625c17057..8f52873099 100644
--- a/DOCS/xml/en/install.xml
+++ b/DOCS/xml/en/install.xml
@@ -913,7 +913,7 @@ There are three timing methods in <application>MPlayer</application>.
tuned even finer.
</simpara></listitem>
<listitem><para>
-<emphasis role="bold">The new timer</emphasis> code uses PC's RTC (Real Time Clock)
+<emphasis role="bold">The new timer</emphasis> code uses PC's RTC (RealTime Clock)
for this task, because it has precise 1ms timers. It is automagically enabled
when available, but requires root privileges, a <emphasis>setuid root</emphasis>
<application>MPlayer</application> binary or a properly set up kernel.