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