From: helly Date: Mon, 26 Feb 2007 09:22:56 +0000 (+0000) Subject: - Update docu X-Git-Tag: 0.13.6~221 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a995bfa4dd44e8a832488340896c7910e5805957;p=re2c - Update docu --- diff --git a/re2c/htdocs/manual.html b/re2c/htdocs/manual.html index 163f50bc..f27ce744 100755 --- a/re2c/htdocs/manual.html +++ b/re2c/htdocs/manual.html @@ -299,7 +299,7 @@ regular expressions which can be expressed as character classes.
r?
zero or one r's (that is, "an optional r")
name
-
the expansion of the "name" definition (see above)
+
the expansion of the "named definition" (see above)
(r)
an r; parentheses are used to override precedence (see below)
rs
diff --git a/re2c/re2c.1.in b/re2c/re2c.1.in index 09cd5108..810ffb65 100644 --- a/re2c/re2c.1.in +++ b/re2c/re2c.1.in @@ -354,7 +354,7 @@ one or more \fIr\fP's zero or one \fIr\fP's (that is, "an optional \fIr\fP") .TP name -the expansion of the "name" definition (see above) +the expansion of the "named definition" (see above) .TP \fC(\fP\fIr\fP\fC)\fP an \fIr\fP; parentheses are used to override precedence