]> granicus.if.org Git - re2c/commitdiff
- The 2nd switch of course describes -i not -d again
authorhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Sun, 4 Sep 2005 11:41:21 +0000 (11:41 +0000)
committerhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Sun, 4 Sep 2005 11:41:21 +0000 (11:41 +0000)
re2c.1.in

index cd3cfaa9aee90631bff7bb7d6689210fd85963ee..054270fe7c3823dd8d387603b885908dcadbd30e 100644 (file)
--- a/re2c.1.in
+++ b/re2c.1.in
@@ -7,6 +7,9 @@
 .ds rx regular expression
 .ds lx \fIl\fP-expression
 \"$Log$
+\"Revision 1.24  2005/09/04 11:41:21  helly
+\"- The 2nd switch of course describes -i not -d again
+\"
 \"Revision 1.23  2005/07/21 16:25:24  helly
 \"- Add -i switch to avoid generating #line information.
 \"
@@ -199,7 +202,7 @@ parser issues and states. If you use this switch you need to define a macro
 \fIvoid YYDEBUG(int state, char current)\fP. The first parameter receives the 
 state or -1 and the second parameter receives the input at the current cursor.
 .TP
-\fB-d\fP
+\fB-i\fP
 Do not output #line information. This is usefull when you want use a CMS tool
 with the re2c output which you might want if you do not require your users to 
 have re2c themselves when building from your source.