]> granicus.if.org Git - re2c/commitdiff
fix documentation issue #184
authorPetr Skocik <pskocik@gmail.com>
Thu, 20 Apr 2017 15:53:25 +0000 (17:53 +0200)
committerUlya Trofimovich <skvadrik@gmail.com>
Thu, 20 Apr 2017 16:06:17 +0000 (17:06 +0100)
re2c/bootstrap/doc/re2c.1
re2c/doc/manual/syntax/configurations.rst_

index 4cf3c5d70fdb064d1eb55dc0a98f6c0e7130ed8d..469d1ab33b0612e576eb1489a40da72f2c1ec1ec 100644 (file)
@@ -542,8 +542,8 @@ If set to zero, a decimal table will be used. Otherwise, a hexadecimal table wil
 .TP
 .B \fBre2c:yyfill:enable = 1;\fP
 Set this to zero to suppress the generation of \fBYYFILL (n)\fP\&. When using this, be sure to verify that the generated
-scanner does not read behind the end of your input, allowing such behavior might
-introduce several security issues to your program.
+scanner does not read beyond the available input, as allowing such behavior might
+introduce severe security issues to your programs.
 .TP
 .B \fBre2c:yyfill:check = 1;\fP
 This can be set to 0 to suppress the generations of
@@ -1034,6 +1034,6 @@ Emmanuel Mogenet \fI\%mgix@mgix.com\fP
 Ulya Trofimovich \fI\%skvadrik@gmail.com\fP
 .SH VERSION INFORMATION
 .sp
-This manpage describes \fBre2c\fP version 0.16, package date 10 Apr 2017.
+This manpage describes \fBre2c\fP version 0.16, package date 20 Apr 2017.
 .\" Generated by docutils manpage writer.
 .
index db3abb8ade6e103c851566eb3393669102d3b9fc..3acb783e910fd043d0172b4ccfb3d57f0685bd96 100644 (file)
@@ -51,8 +51,8 @@
 
 ``re2c:yyfill:enable = 1;``
     Set this to zero to suppress the generation of ``YYFILL (n)``. When using this, be sure to verify that the generated
-    scanner does not read behind the end of your input, allowing such behavior might
-    introduce several security issues to your program.
+    scanner does not read beyond the available input, as allowing such behavior might
+    introduce severe security issues to your programs.
 
 ``re2c:yyfill:check = 1;``
     This can be set to 0 to suppress the generations of