From d94dccb7951004bc2f5df7aea4962675ce3b1783 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 16 Sep 2020 18:03:04 -0700 Subject: Updated docs --- bpeg.1 | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'bpeg.1') diff --git a/bpeg.1 b/bpeg.1 index c536d82..cfb1241 100644 --- a/bpeg.1 +++ b/bpeg.1 @@ -73,7 +73,7 @@ A series of ordered choices (if one pattern matches, the following patterns will not be attempted), pronounced \fI\fB-or-\fI\fR .B .. -Any text \fBup-to\fR the following pattern, if any (multiline: \fB...\fR) +Any text \fBup-to-and-including\fR the following pattern, if any (multiline: \fB...\fR) .B . \fBAny\fR character (multiline: $.) @@ -117,15 +117,9 @@ The \fBescape-sequence-range-\fI\fB-to-\fI\fR .B \fI\fB- \fI\fR \fI\fB-to-\fI\fB-\fI\fBs\fR (repetitions of a pattern) -.B *\fI\fR -\fBAny-\fI\fBs\fR (zero or more) - -.B +\fI\fR -\fBSome-\fI\fBs\fR (one or more) - .B \fI\fR \fB%\fI \fR \fI\fB-separated-by-\fI\fR (equivalent to \fI -\fB*(\fI\fB)\fR) +\fB0+(\fI\fB)\fR) .B <\fI\fR \fBJust-after-\fI\fR (lookbehind) -- cgit v1.2.3