summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-16 11:40:13 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-16 11:40:13 +0000
commitbeeba8dfc2d8d6e597a7adc5b9a1a2050c20cef5 (patch)
tree5f469922d48f741a93cce17a945dac2cb3024ed8 /DOCS
parent0da0c7ec9a9e134df7b8e26da2bd095fcdcaad5b (diff)
downloadmpv-beeba8dfc2d8d6e597a7adc5b9a1a2050c20cef5.tar.bz2
mpv-beeba8dfc2d8d6e597a7adc5b9a1a2050c20cef5.tar.xz
Add some missing <option> tags, patch by Torinthiel.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11144 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/en/usage.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/xml/en/usage.xml b/DOCS/xml/en/usage.xml
index 79ec8aaadc..e88815ab6b 100644
--- a/DOCS/xml/en/usage.xml
+++ b/DOCS/xml/en/usage.xml
@@ -422,7 +422,7 @@ play from FTP:
</para>
<note><para>
-Note: it's also recommended to enable CACHE when playback from network:
+Note: it's also recommended to enable <option>-cache</option> when playback from network:
<screen>wget ftp://micorsops.com/something.avi -O - | mplayer -cache 8192 -</screen>
</para></note>
</sect1>
@@ -467,7 +467,7 @@ You can also access files on this server :
mplayer -cache 5000 mpst://servername//usr/local/movies/lol.avi
</screen>
Note that paths wich aren't starting with a / will be relative to
-the directory where the server is running. The cache option is not
+the directory where the server is running. The <option>-cache</option> option is not
needed but highly recommended.
</para>