Escape some more - signs.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20237 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-10-15 14:12:18 +00:00
parent 3f5d9a7a21
commit 2ca7c578f3
1 changed files with 7 additions and 7 deletions

View File

@ -506,7 +506,7 @@ If an option is marked as (XXX only), it will only work in combination with
the XXX option or if XXX is compiled in. the XXX option or if XXX is compiled in.
.PP .PP
.I NOTE: .I NOTE:
The suboption parser (used for example for -ao pcm suboptions) supports The suboption parser (used for example for \-ao pcm suboptions) supports
a special kind of string-escaping intended for use with external GUIs. a special kind of string-escaping intended for use with external GUIs.
.br .br
It has the following format: It has the following format:
@ -515,11 +515,11 @@ It has the following format:
.br .br
.I EXAMPLES: .I EXAMPLES:
.br .br
mplayer -ao pcm:file=%10%C:test.wav test.avi mplayer \-ao pcm:file=%10%C:test.wav test.avi
.br .br
Or in a script: Or in a script:
.br .br
mplayer -ao pcm:file=%`expr length "$NAME"`%"$NAME" test.avi mplayer \-ao pcm:file=%`expr length "$NAME"`%"$NAME" test.avi
.PP .PP
. .
.\" -------------------------------------------------------------------------- .\" --------------------------------------------------------------------------
@ -639,7 +639,7 @@ Prints all available options.
.TP .TP
.B \-msgcharset <charset> .B \-msgcharset <charset>
Convert console messages to the specified character set (default: autodetect). Convert console messages to the specified character set (default: autodetect).
Text will be in the encoding specified with the --charset configure option. Text will be in the encoding specified with the \-\-charset configure option.
Set this to "noconv" to disable conversion (for e.g.\& iconv problems). Set this to "noconv" to disable conversion (for e.g.\& iconv problems).
.br .br
.I NOTE: .I NOTE:
@ -781,7 +781,7 @@ drivers.
.TP .TP
.B \-crash-debug (DEBUG CODE) .B \-crash-debug (DEBUG CODE)
Automatically attaches gdb upon crash or SIGTRAP. Automatically attaches gdb upon crash or SIGTRAP.
Support must be compiled in by configuring with --enable-crash-debug. Support must be compiled in by configuring with \-\-enable-crash-debug.
. .
.TP .TP
.B \-edlout <filename> .B \-edlout <filename>
@ -8487,7 +8487,7 @@ Turn this option on for interlaced content.
.br .br
.I NOTE: .I NOTE:
Should you rescale the video, you would need an interlace-aware resizer, Should you rescale the video, you would need an interlace-aware resizer,
which you can activate with -vf scale=<width>:<height>:1. which you can activate with \-vf scale=<width>:<height>:1.
. .
.TP .TP
.B "4mv\ \ \ \ " .B "4mv\ \ \ \ "
@ -10182,7 +10182,7 @@ mplayer dummy.avi \-sub source.sub \-dumpmpsub
.PP .PP
.B Convert subtitles to MPsub format without watching the movie: .B Convert subtitles to MPsub format without watching the movie:
.nf .nf
mplayer /dev/\:zero \-rawvideo pal:fps=xx -demuxer rawvideo \-vc null \-vo null \-noframedrop \-benchmark \-sub source.sub \-dumpmpsub mplayer /dev/\:zero \-rawvideo pal:fps=xx \-demuxer rawvideo \-vc null \-vo null \-noframedrop \-benchmark \-sub source.sub \-dumpmpsub
.fi .fi
. .
.PP .PP