aboutsummaryrefslogtreecommitdiff
path: root/bpeg.1
diff options
context:
space:
mode:
Diffstat (limited to 'bpeg.1')
-rw-r--r--bpeg.18
1 files changed, 4 insertions, 4 deletions
diff --git a/bpeg.1 b/bpeg.1
index 833be35..9f36e0b 100644
--- a/bpeg.1
+++ b/bpeg.1
@@ -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>