summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-14 13:13:58 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-14 13:13:58 +0000
commitf1e0d140818622a6de9cc94f679ff01513037c7e (patch)
treeca44e8fc479f034436eb1bd3c6efcd43b5484901 /DOCS
parent3740da878c422eb6e1c760af8c4a74654347f04a (diff)
downloadmpv-f1e0d140818622a6de9cc94f679ff01513037c7e.tar.bz2
mpv-f1e0d140818622a6de9cc94f679ff01513037c7e.tar.xz
Document new file:// syntax.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15464 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.12
-rw-r--r--DOCS/xml/en/usage.xml9
2 files changed, 10 insertions, 1 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 82a8a99cbc..65872013ea 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -118,7 +118,7 @@ mencoder \- movie encoder
.in
.B mplayer
'in +\n[.k]u
-.RI [ mms[t] | http | http_proxy | rt[s]p | ftp | udp] ://
+.RI [ file | mms[t] | http | http_proxy | rt[s]p | ftp | udp] ://
[user:passwd@]\fIURL\fP[:port] [options]
.
.br
diff --git a/DOCS/xml/en/usage.xml b/DOCS/xml/en/usage.xml
index 8893419c28..7d3c95c2a0 100644
--- a/DOCS/xml/en/usage.xml
+++ b/DOCS/xml/en/usage.xml
@@ -37,6 +37,15 @@ Playing a file:
</para>
<para>
+Another way to play a file:
+<synopsis>
+<command>mplayer</command><!--
+--> [<replaceable>options</replaceable>]<!--
+--> <replaceable>file:///uri-escaped-path</replaceable>
+</synopsis>
+</para>
+
+<para>
Playing more files:
<synopsis>
<command>mplayer</command><!--