---------------------------
- Fixed inplace configuration in -e mode.
- Applied #2482572 Typos in error messages.
+- Applied #2482561 Error in manual section on -r mode.
- Fixed #2478216 Wrong start_label in -c mode.
- Fixed #2186718 Unescaped backslash in file name of #line directive.
- Fixed #2102138 Duplicate case labels on EBCDIC.
<ul>
<li>Fixed inplace configuration in -e mode.</li>
<li>Applied #2482572 Typos in error messages.</li>
+<li>Applied #2482561 Error in manual section on -r mode.</li>
<li>Fixed #2478216 Wrong start_label in -c mode.</li>
<li>Fixed #2102138 Duplicate case labels on EBCDIC.</li>
<li>Fixed #2186718 Unescaped backslash in file name of #line directive.</li>
<dt><b>-r</b></dt>
<dd>Allows reuse of scanner definitions with '<b>/*!use:re2c</b>' after
'<b>/*!rules:re2c</b>'. In this mode no '<b>/*!re2c</b>' block and exactly one
-'<b>/*!use:re2c</b>' must be present. The rules are being saved and used by
-every '<b>/*!repeat:re2c</b>' block that follows. These blocks can contain
+'<b>/*!rules:re2c</b>' must be present. The rules are being saved and used by
+every '<b>/*!use:re2c</b>' block that follows. These blocks can contain
inplace configurations, especially '<b>re2c:flags:w</b>' and '<b>re2c:flags:u</b>'.
That way it is possible to create the same scanner multiple times for different
character types, different input mechanisms or different output mechanisms.