# HG changeset patch # User diego # Date 1193765130 0 # Node ID 8991d3bc5742174f8a97c53d48246fb5d4595c4d # Parent d6040a81aaef6732bcd9fde69032373211ac5ab3 Add some missing escapes for '-'. diff -r d6040a81aaef -r 8991d3bc5742 DOCS/tech/manpage.txt --- a/DOCS/tech/manpage.txt Tue Oct 30 17:09:46 2007 +0000 +++ b/DOCS/tech/manpage.txt Tue Oct 30 17:25:30 2007 +0000 @@ -192,9 +192,9 @@ - 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 @@ .I EXAMPLE: .PD 0 .RSs - .IP "-option used parameters" + .IP "\-option used parameters" description [...] .RE