Add some missing <option> tags, patch by Torinthiel.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11144 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2003-10-16 11:40:13 +00:00
parent 0da0c7ec9a
commit beeba8dfc2
1 changed files with 2 additions and 2 deletions

View File

@ -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>