Skip to content

Commit

Permalink
Fixed typo in docs (found by Maxim Reznik).
Browse files Browse the repository at this point in the history
  • Loading branch information
skvadrik committed Sep 14, 2017
1 parent 4300196 commit e313dd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions re2c/bootstrap/doc/re2c.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
.
2 changes: 1 addition & 1 deletion re2c/doc/manual/syntax/regular_expressions.rst_
Original file line number Diff line number Diff line change
Expand Up @@ -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``

Expand Down

0 comments on commit e313dd2

Please sign in to comment.