]> granicus.if.org Git - re2c/commitdiff
- Update docu
authorhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Mon, 26 Feb 2007 09:22:56 +0000 (09:22 +0000)
committerhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Mon, 26 Feb 2007 09:22:56 +0000 (09:22 +0000)
re2c/htdocs/manual.html
re2c/re2c.1.in

index 163f50bcb5302b952a05486f889e00befbe6f28a..f27ce744193ea4b6c9baf6524ddf90cc96c91600 100755 (executable)
@@ -299,7 +299,7 @@ regular expressions which can be expressed as character classes.</dd>
 <dt><i>r</i>?</dt>
 <dd>zero or one <i>r</i>'s (that is, "an optional <i>r</i>")</dd>
 <dt>name</dt>
-<dd>the expansion of the "name" definition (see above)</dd>
+<dd>the expansion of the "named definition" (see above)</dd>
 <dt>(<i>r</i>)</dt>
 <dd>an <i>r</i>; parentheses are used to override precedence (see below)</dd>
 <dt><i>rs</i></dt>
index 09cd51088071b83d3bcd7420da06de62f5e23b6e..810ffb65a931f8068367817b42512a075fc7f4d5 100644 (file)
@@ -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