Add some missing escapes for '-'.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24898 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-10-30 17:25:30 +00:00
parent d62943e7a2
commit 345336399c
1 changed files with 4 additions and 4 deletions

View File

@ -192,9 +192,9 @@ Option descriptions:
- Put examples and notes at the end of the description (before suboptions). - Put examples and notes at the end of the description (before suboptions).
- The end of the suboptions _always_ has to be followed by a paragraph - The end of the suboptions _always_ has to be followed by a paragraph
(BUG). (BUG).
- For flag options just document the non-default one of -XXX and -noXXX, if - For flag options just document the non-default one of \-XXX and \-noXXX.
the option is not a flag, describe both, one below the other (this is an If the option is not a flag, describe both, one below the other (this is
exception to the alphabetical order). an exception to the alphabetical order).
Macro definitions (see beginning of man page): Macro definitions (see beginning of man page):
@ -273,7 +273,7 @@ Options, suboptions, examples structure:
.I EXAMPLE: .I EXAMPLE:
.PD 0 .PD 0
.RSs .RSs
.IP "-option used parameters" .IP "\-option used parameters"
description description
[...] [...]
.RE .RE