changeset 15463:741b6a00782f

Document new file:// syntax.
author diego
date Sat, 14 May 2005 13:13:58 +0000
parents 74813a319929
children a57ec42d7df1
files DOCS/man/en/mplayer.1 DOCS/xml/en/usage.xml
diffstat 2 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/man/en/mplayer.1	Sat May 14 13:04:30 2005 +0000
+++ b/DOCS/man/en/mplayer.1	Sat May 14 13:13:58 2005 +0000
@@ -118,7 +118,7 @@
 .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
--- a/DOCS/xml/en/usage.xml	Sat May 14 13:04:30 2005 +0000
+++ b/DOCS/xml/en/usage.xml	Sat May 14 13:13:58 2005 +0000
@@ -37,6 +37,15 @@
 </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><!--