diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2020-09-28 18:08:23 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2020-09-28 18:08:23 -0700 |
| commit | 90b8db84a48ca9ea1311abd202a546a4f697f4e6 (patch) | |
| tree | dd331880e943c11db8a7f388d0f5f509e30e154e /bpeg.1 | |
| parent | 699e7c8b9869fa9737a3c61ef9bcc599751fb88b (diff) | |
Moved */+ back to prefix, and dropped ?
Diffstat (limited to 'bpeg.1')
| -rw-r--r-- | bpeg.1 | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -122,11 +122,11 @@ The \fBescape-sequence-range-\fI<esc1>\fB-to-\fI<esc2>\fR .B \fI<MIN>\fB+ \fI<pat>\fR \fI<MIN>\fB-to-\fI<MAX>\fB-\fI<pat>\fBs\fR (repetitions of a pattern) -.B \fI<pat>\fR* -\fI<pat>\fB-zero-or-more-times\fR +.B *\fI<pat>\fR +\fBsome-\fI<pat>\fBs\fR -.B \fI<pat>\fR+ -\fI<pat>\fB-one-or-more-times\fR +.B +\fI<pat>\fR +\fBat-least-one-\fI<pat>\fBs\fR .B \fI<repeating-pat>\fR \fB%\fI <sep>\fR \fI<repeating-pat>\fB-separated-by-\fI<sep>\fR (equivalent to \fI<pat> |
