diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-05-14 13:13:58 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-05-14 13:13:58 +0000 |
commit | f1e0d140818622a6de9cc94f679ff01513037c7e (patch) | |
tree | ca44e8fc479f034436eb1bd3c6efcd43b5484901 /DOCS/xml | |
parent | 3740da878c422eb6e1c760af8c4a74654347f04a (diff) |
Document new file:// syntax.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15464 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml')
-rw-r--r-- | DOCS/xml/en/usage.xml | 9 |
1 files changed, 9 insertions, 0 deletions
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><!-- |