Formatting the suboption stringescape paragraph

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15771 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
wight 2005-06-19 19:48:15 +00:00
parent b43335d9bc
commit 5cc235946b
1 changed files with 5 additions and 9 deletions

View File

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