diff --git a/bootstrap/doc/re2c.1 b/bootstrap/doc/re2c.1 index 7419b1d26..4d83b2694 100644 --- a/bootstrap/doc/re2c.1 +++ b/bootstrap/doc/re2c.1 @@ -2308,7 +2308,7 @@ with \fBre2c:yyfill:enable = 0;\fP and \fBre2c:eof\fP has the default value .sp .IP \(bu 2 \fBSentinel with bounds checks.\fP -This method is generic: it allows to handle any input without restrictions on +This method is generic: it allows one to handle any input without restrictions on the regular expressions. The idea is to reduce the number of end of input checks by performing them only on certain characters. Similar to the \(dqsentinel\(dq method, one of the characters is chosen as a \(dqsentinel\(dq and @@ -2347,7 +2347,7 @@ This method is used if \fBYYFILL\fP is enabled and \fBre2c:eof\fP is \fB\-1\fP .sp .IP \(bu 2 \fBCustom checks.\fP -Generic API allows to override basic operations like reading a character, +Generic API allows one to override basic operations like reading a character, which makes it possible to include the end\-of\-input checks as part of them. This approach is error\-prone and should be used with caution. To use a custom method, enable generic API with \fB\-\-api custom\fP or \fBre2c:api = custom;\fP and diff --git a/bootstrap/doc/re2d.1 b/bootstrap/doc/re2d.1 index 4629ecacb..74550f44b 100644 --- a/bootstrap/doc/re2d.1 +++ b/bootstrap/doc/re2d.1 @@ -2226,7 +2226,7 @@ with \fBre2c:yyfill:enable = 0;\fP and \fBre2c:eof\fP has the default value .sp .IP \(bu 2 \fBSentinel with bounds checks.\fP -This method is generic: it allows to handle any input without restrictions on +This method is generic: it allows one to handle any input without restrictions on the regular expressions. The idea is to reduce the number of end of input checks by performing them only on certain characters. Similar to the \(dqsentinel\(dq method, one of the characters is chosen as a \(dqsentinel\(dq and @@ -2265,7 +2265,7 @@ This method is used if \fBYYFILL\fP is enabled and \fBre2c:eof\fP is \fB\-1\fP .sp .IP \(bu 2 \fBCustom checks.\fP -Generic API allows to override basic operations like reading a character, +Generic API allows one to override basic operations like reading a character, which makes it possible to include the end\-of\-input checks as part of them. This approach is error\-prone and should be used with caution. To use a custom method, enable generic API with \fB\-\-api custom\fP or \fBre2c:api = custom;\fP and diff --git a/bootstrap/doc/re2go.1 b/bootstrap/doc/re2go.1 index a381e07c0..0b02771b1 100644 --- a/bootstrap/doc/re2go.1 +++ b/bootstrap/doc/re2go.1 @@ -2306,7 +2306,7 @@ with \fBre2c:yyfill:enable = 0;\fP and \fBre2c:eof\fP has the default value .sp .IP \(bu 2 \fBSentinel with bounds checks.\fP -This method is generic: it allows to handle any input without restrictions on +This method is generic: it allows one to handle any input without restrictions on the regular expressions. The idea is to reduce the number of end of input checks by performing them only on certain characters. Similar to the \(dqsentinel\(dq method, one of the characters is chosen as a \(dqsentinel\(dq and @@ -2345,7 +2345,7 @@ This method is used if \fBYYFILL\fP is enabled and \fBre2c:eof\fP is \fB\-1\fP .sp .IP \(bu 2 \fBCustom checks.\fP -Generic API allows to override basic operations like reading a character, +Generic API allows one to override basic operations like reading a character, which makes it possible to include the end\-of\-input checks as part of them. This approach is error\-prone and should be used with caution. To use a custom method, enable generic API with \fB\-\-api custom\fP or \fBre2c:api = custom;\fP and diff --git a/bootstrap/doc/re2hs.1 b/bootstrap/doc/re2hs.1 index 0be30ee98..4c703c54c 100644 --- a/bootstrap/doc/re2hs.1 +++ b/bootstrap/doc/re2hs.1 @@ -2246,7 +2246,7 @@ with \fBre2c:yyfill:enable = 0;\fP and \fBre2c:eof\fP has the default value .sp .IP \(bu 2 \fBSentinel with bounds checks.\fP -This method is generic: it allows to handle any input without restrictions on +This method is generic: it allows one to handle any input without restrictions on the regular expressions. The idea is to reduce the number of end of input checks by performing them only on certain characters. Similar to the \(dqsentinel\(dq method, one of the characters is chosen as a \(dqsentinel\(dq and @@ -2285,7 +2285,7 @@ This method is used if \fBYYFILL\fP is enabled and \fBre2c:eof\fP is \fB\-1\fP .sp .IP \(bu 2 \fBCustom checks.\fP -Generic API allows to override basic operations like reading a character, +Generic API allows one to override basic operations like reading a character, which makes it possible to include the end\-of\-input checks as part of them. This approach is error\-prone and should be used with caution. To use a custom method, enable generic API with \fB\-\-api custom\fP or \fBre2c:api = custom;\fP and diff --git a/bootstrap/doc/re2java.1 b/bootstrap/doc/re2java.1 index 1178a3f04..da21a1ad4 100644 --- a/bootstrap/doc/re2java.1 +++ b/bootstrap/doc/re2java.1 @@ -2268,7 +2268,7 @@ with \fBre2c:yyfill:enable = 0;\fP and \fBre2c:eof\fP has the default value .sp .IP \(bu 2 \fBSentinel with bounds checks.\fP -This method is generic: it allows to handle any input without restrictions on +This method is generic: it allows one to handle any input without restrictions on the regular expressions. The idea is to reduce the number of end of input checks by performing them only on certain characters. Similar to the \(dqsentinel\(dq method, one of the characters is chosen as a \(dqsentinel\(dq and @@ -2307,7 +2307,7 @@ This method is used if \fBYYFILL\fP is enabled and \fBre2c:eof\fP is \fB\-1\fP .sp .IP \(bu 2 \fBCustom checks.\fP -Generic API allows to override basic operations like reading a character, +Generic API allows one to override basic operations like reading a character, which makes it possible to include the end\-of\-input checks as part of them. This approach is error\-prone and should be used with caution. To use a custom method, enable generic API with \fB\-\-api custom\fP or \fBre2c:api = custom;\fP and diff --git a/bootstrap/doc/re2js.1 b/bootstrap/doc/re2js.1 index 28eb672a8..f5eb14219 100644 --- a/bootstrap/doc/re2js.1 +++ b/bootstrap/doc/re2js.1 @@ -2260,7 +2260,7 @@ with \fBre2c:yyfill:enable = 0;\fP and \fBre2c:eof\fP has the default value .sp .IP \(bu 2 \fBSentinel with bounds checks.\fP -This method is generic: it allows to handle any input without restrictions on +This method is generic: it allows one to handle any input without restrictions on the regular expressions. The idea is to reduce the number of end of input checks by performing them only on certain characters. Similar to the \(dqsentinel\(dq method, one of the characters is chosen as a \(dqsentinel\(dq and @@ -2299,7 +2299,7 @@ This method is used if \fBYYFILL\fP is enabled and \fBre2c:eof\fP is \fB\-1\fP .sp .IP \(bu 2 \fBCustom checks.\fP -Generic API allows to override basic operations like reading a character, +Generic API allows one to override basic operations like reading a character, which makes it possible to include the end\-of\-input checks as part of them. This approach is error\-prone and should be used with caution. To use a custom method, enable generic API with \fB\-\-api custom\fP or \fBre2c:api = custom;\fP and diff --git a/bootstrap/doc/re2ocaml.1 b/bootstrap/doc/re2ocaml.1 index 41a77b164..8bf185930 100644 --- a/bootstrap/doc/re2ocaml.1 +++ b/bootstrap/doc/re2ocaml.1 @@ -2233,7 +2233,7 @@ with \fBre2c:yyfill:enable = 0;\fP and \fBre2c:eof\fP has the default value .sp .IP \(bu 2 \fBSentinel with bounds checks.\fP -This method is generic: it allows to handle any input without restrictions on +This method is generic: it allows one to handle any input without restrictions on the regular expressions. The idea is to reduce the number of end of input checks by performing them only on certain characters. Similar to the \(dqsentinel\(dq method, one of the characters is chosen as a \(dqsentinel\(dq and @@ -2272,7 +2272,7 @@ This method is used if \fBYYFILL\fP is enabled and \fBre2c:eof\fP is \fB\-1\fP .sp .IP \(bu 2 \fBCustom checks.\fP -Generic API allows to override basic operations like reading a character, +Generic API allows one to override basic operations like reading a character, which makes it possible to include the end\-of\-input checks as part of them. This approach is error\-prone and should be used with caution. To use a custom method, enable generic API with \fB\-\-api custom\fP or \fBre2c:api = custom;\fP and diff --git a/bootstrap/doc/re2py.1 b/bootstrap/doc/re2py.1 index b30bc537c..b4748c82d 100644 --- a/bootstrap/doc/re2py.1 +++ b/bootstrap/doc/re2py.1 @@ -2233,7 +2233,7 @@ with \fBre2c:yyfill:enable = 0;\fP and \fBre2c:eof\fP has the default value .sp .IP \(bu 2 \fBSentinel with bounds checks.\fP -This method is generic: it allows to handle any input without restrictions on +This method is generic: it allows one to handle any input without restrictions on the regular expressions. The idea is to reduce the number of end of input checks by performing them only on certain characters. Similar to the \(dqsentinel\(dq method, one of the characters is chosen as a \(dqsentinel\(dq and @@ -2272,7 +2272,7 @@ This method is used if \fBYYFILL\fP is enabled and \fBre2c:eof\fP is \fB\-1\fP .sp .IP \(bu 2 \fBCustom checks.\fP -Generic API allows to override basic operations like reading a character, +Generic API allows one to override basic operations like reading a character, which makes it possible to include the end\-of\-input checks as part of them. This approach is error\-prone and should be used with caution. To use a custom method, enable generic API with \fB\-\-api custom\fP or \fBre2c:api = custom;\fP and diff --git a/bootstrap/doc/re2rust.1 b/bootstrap/doc/re2rust.1 index ec190b1cf..aab491cf9 100644 --- a/bootstrap/doc/re2rust.1 +++ b/bootstrap/doc/re2rust.1 @@ -2277,7 +2277,7 @@ with \fBre2c:yyfill:enable = 0;\fP and \fBre2c:eof\fP has the default value .sp .IP \(bu 2 \fBSentinel with bounds checks.\fP -This method is generic: it allows to handle any input without restrictions on +This method is generic: it allows one to handle any input without restrictions on the regular expressions. The idea is to reduce the number of end of input checks by performing them only on certain characters. Similar to the \(dqsentinel\(dq method, one of the characters is chosen as a \(dqsentinel\(dq and @@ -2316,7 +2316,7 @@ This method is used if \fBYYFILL\fP is enabled and \fBre2c:eof\fP is \fB\-1\fP .sp .IP \(bu 2 \fBCustom checks.\fP -Generic API allows to override basic operations like reading a character, +Generic API allows one to override basic operations like reading a character, which makes it possible to include the end\-of\-input checks as part of them. This approach is error\-prone and should be used with caution. To use a custom method, enable generic API with \fB\-\-api custom\fP or \fBre2c:api = custom;\fP and @@ -2945,7 +2945,7 @@ blocks. .ft C // re2rust $INPUT \-o $OUTPUT -// Store u32 number in u64 during parsing to simplify overflow hadling. +// Store u32 number in u64 during parsing to simplify overflow handling. struct State<\(aqa> { yyinput: &\(aqa [u8], yycursor: usize, diff --git a/bootstrap/doc/re2v.1 b/bootstrap/doc/re2v.1 index fedad7da3..3f9d46c27 100644 --- a/bootstrap/doc/re2v.1 +++ b/bootstrap/doc/re2v.1 @@ -2225,7 +2225,7 @@ with \fBre2c:yyfill:enable = 0;\fP and \fBre2c:eof\fP has the default value .sp .IP \(bu 2 \fBSentinel with bounds checks.\fP -This method is generic: it allows to handle any input without restrictions on +This method is generic: it allows one to handle any input without restrictions on the regular expressions. The idea is to reduce the number of end of input checks by performing them only on certain characters. Similar to the \(dqsentinel\(dq method, one of the characters is chosen as a \(dqsentinel\(dq and @@ -2264,7 +2264,7 @@ This method is used if \fBYYFILL\fP is enabled and \fBre2c:eof\fP is \fB\-1\fP .sp .IP \(bu 2 \fBCustom checks.\fP -Generic API allows to override basic operations like reading a character, +Generic API allows one to override basic operations like reading a character, which makes it possible to include the end\-of\-input checks as part of them. This approach is error\-prone and should be used with caution. To use a custom method, enable generic API with \fB\-\-api custom\fP or \fBre2c:api = custom;\fP and diff --git a/bootstrap/doc/re2zig.1 b/bootstrap/doc/re2zig.1 index 8a49b3282..c587655b3 100644 --- a/bootstrap/doc/re2zig.1 +++ b/bootstrap/doc/re2zig.1 @@ -2248,7 +2248,7 @@ with \fBre2c:yyfill:enable = 0;\fP and \fBre2c:eof\fP has the default value .sp .IP \(bu 2 \fBSentinel with bounds checks.\fP -This method is generic: it allows to handle any input without restrictions on +This method is generic: it allows one to handle any input without restrictions on the regular expressions. The idea is to reduce the number of end of input checks by performing them only on certain characters. Similar to the \(dqsentinel\(dq method, one of the characters is chosen as a \(dqsentinel\(dq and @@ -2287,7 +2287,7 @@ This method is used if \fBYYFILL\fP is enabled and \fBre2c:eof\fP is \fB\-1\fP .sp .IP \(bu 2 \fBCustom checks.\fP -Generic API allows to override basic operations like reading a character, +Generic API allows one to override basic operations like reading a character, which makes it possible to include the end\-of\-input checks as part of them. This approach is error\-prone and should be used with caution. To use a custom method, enable generic API with \fB\-\-api custom\fP or \fBre2c:api = custom;\fP and @@ -2891,7 +2891,7 @@ blocks. const std = @import(\(dqstd\(dq); -// Store u32 number in u64 during parsing to simplify overflow hadling. +// Store u32 number in u64 during parsing to simplify overflow handling. const State = struct { yyinput: [:0]const u8, yycursor: usize,