From da2a329ed6a9a32cca184bb17135068ce4eff258 Mon Sep 17 00:00:00 2001 From: helly Date: Mon, 19 Apr 2004 22:32:48 +0000 Subject: [PATCH] Update --- re2c.1.in | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/re2c.1.in b/re2c.1.in index 346b46bb..0fb9b7b2 100644 --- a/re2c.1.in +++ b/re2c.1.in @@ -7,6 +7,9 @@ .ds rx regular expression .ds lx \fIl\fP-expression \"$Log$ +\"Revision 1.8 2004/04/19 22:32:48 helly +\"Update +\" \"Revision 1.7 2004/04/19 02:13:48 helly \"Featurerequest #869298 (Add case insensitive string literals) \" @@ -38,7 +41,7 @@ re2c \- convert regular expressions to C/C++ .SH SYNOPSIS -\*(re [\fB-esb\fP] \fIname\fP +\*(re [\fB-esbvh\fP] \ffile\fP .SH DESCRIPTION \*(re is a preprocessor that generates C-based recognizers from regular @@ -130,6 +133,13 @@ assist to generate better code. Implies \fB-s\fP. Use bit vectors as well in the attempt to coax better code out of the compiler. Most useful for specifications with more than a few keywords (e.g. for most programming languages). +.TP +\fB-h\fP +\fB-?\fP +Invoke a short help. +.TP +\fB-v\fP +Show version information. .SH "INTERFACE CODE" Unlike other scanner generators, \*(re does not generate complete scanners: -- 2.50.1