changeset 24870:8991d3bc5742

Add some missing escapes for '-'.
author diego
date Tue, 30 Oct 2007 17:25:30 +0000
parents d6040a81aaef
children 79dadcf1e89e
files DOCS/tech/manpage.txt
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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