diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-10-30 17:25:30 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-10-30 17:25:30 +0000 |
commit | 345336399ccf018051db0fd22a2a9deda5ba19f8 (patch) | |
tree | 7eec0c7c75a40522bd5cfcafafbe42b2a2f31bf8 /DOCS/tech | |
parent | d62943e7a2d02fe7619b2713d1d681bca12c9bf0 (diff) |
Add some missing escapes for '-'.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24898 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech')
-rw-r--r-- | DOCS/tech/manpage.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/DOCS/tech/manpage.txt b/DOCS/tech/manpage.txt index 4d07d9a99e..8f9961c72e 100644 --- a/DOCS/tech/manpage.txt +++ b/DOCS/tech/manpage.txt @@ -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 |