summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorwight <wight@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-19 19:48:15 +0000
committerwight <wight@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-19 19:48:15 +0000
commit5cc235946b8c2b1dd9627ee27c51ee5ffcb74d84 (patch)
tree7fd359f401316ee7f39f9edc40a4575fc7cf26a7 /DOCS/man
parentb43335d9bc7c215181da73321823bf169186a51e (diff)
downloadmpv-5cc235946b8c2b1dd9627ee27c51ee5ffcb74d84.tar.bz2
mpv-5cc235946b8c2b1dd9627ee27c51ee5ffcb74d84.tar.xz
Formatting the suboption stringescape paragraph
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15771 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/en/mplayer.114
1 files changed, 5 insertions, 9 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 7ce2002e50..5c184509c1 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -384,20 +384,16 @@ If an option is marked as (XXX only), it will only work in combination with
the XXX option or if XXX is compiled in.
.PP
.I NOTE:
-.PD 0
-.RSs
The suboption parser (used for example for -ao pcm suboptions) supports
a special kind of string-escaping intended for use with external GUIs.
-.PP
+.br
It has the following format:
-.PP
+.br
%n%string_of_length_n
-.PP
-Usage example:
-.PP
+.br
+.I EXAMPLE:
+.br
mplayer -ao pcm:file=%10%C:test.wav test.avi
-.RE
-.PD 1
.PP
You can put all of the options in a configuration file which will be read
every time MPlayer is run.