]> granicus.if.org Git - re2c/commitdiff
Fixed typo in docs (found by Maxim Reznik).
authorUlya Trofimovich <skvadrik@gmail.com>
Thu, 14 Sep 2017 19:08:37 +0000 (20:08 +0100)
committerUlya Trofimovich <skvadrik@gmail.com>
Thu, 14 Sep 2017 19:08:37 +0000 (20:08 +0100)
re2c/bootstrap/doc/re2c.1
re2c/doc/manual/syntax/regular_expressions.rst_

index 130a1165149cae441773208eefe91d0f0527498a..69b3ef5cb32c44f8217e8ac3c0b68152add16bb3 100644 (file)
@@ -758,7 +758,7 @@ re2c uses the following syntax for regular expressions:
 .IP \(bu 2
 \fBR*\fP zero or more occurrences of \fBR\fP
 .IP \(bu 2
-\fBR+\fP zero or more occurrences of \fBR\fP
+\fBR+\fP one or more occurrences of \fBR\fP
 .IP \(bu 2
 \fBR?\fP optional \fBR\fP
 .IP \(bu 2
@@ -1146,6 +1146,6 @@ Tim Kelly,
 Ulya Trofimovich
 .SH VERSION INFORMATION
 .sp
-This manpage describes \fBre2c\fP version 1.0.2, package date 26 Aug 2017.
+This manpage describes \fBre2c\fP version 1.0.2, package date 14 Sep 2017.
 .\" Generated by docutils manpage writer.
 .
index 5b7cc8c456829e48b2a8413c1570366950253f0d..c455f4127856cccdff9ef23c58e9020b224787c1 100644 (file)
@@ -13,7 +13,7 @@ re2c uses the following syntax for regular expressions:
 
 *    ``R*`` zero or more occurrences of ``R``
 
-*    ``R+`` zero or more occurrences of ``R``
+*    ``R+`` one or more occurrences of ``R``
 
 *    ``R?`` optional ``R``