Skip to content

Commit

Permalink
Regenerate docs with typo fixes.
Browse files Browse the repository at this point in the history
This picks up typo fixes in commit 92c3ae5.
  • Loading branch information
skvadrik committed Nov 22, 2024
1 parent 92c3ae5 commit b4dc9f6
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions bootstrap/doc/re2c.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions bootstrap/doc/re2d.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions bootstrap/doc/re2go.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions bootstrap/doc/re2hs.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions bootstrap/doc/re2java.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions bootstrap/doc/re2js.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions bootstrap/doc/re2ocaml.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions bootstrap/doc/re2py.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions bootstrap/doc/re2rust.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions bootstrap/doc/re2v.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions bootstrap/doc/re2zig.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit b4dc9f6

Please sign in to comment.