From 4350d996d1f4987ae83569acfdec2e25b996f599 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 5 Jan 2021 00:09:30 -0800 Subject: Simplified `...` to `..%\n` and `$.` to `./\n` --- bp.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bp.1') diff --git a/bp.1 b/bp.1 index 1dfe7e0..fb10a56 100644 --- a/bp.1 +++ b/bp.1 @@ -89,7 +89,7 @@ A series of ordered choices (if one pattern matches, the following patterns will not be attempted), pronounced \fI\fB-or-\fI\fR .B . -\fBAny\fR character (multiline: $.) +\fBAny\fR character (excluding newline) .B ^ \fBStart-of-a-line\fR @@ -150,7 +150,7 @@ The \fBescape-sequence-range-\fI\fB-to-\fI\fR \fB0+(\fI\fB)\fR) .B .. \fI\fR -Any text \fBup-to-and-including\fR \fI\fR (multiline: \fB...\fR) +Any text \fBup-to-and-including\fR \fI\fR (excluding newline) .B .. \fI\fB % \fI\fR Any text \fBup-to-and-including\fR \fI\fR, but skipping over instances of \fI\fR. -- cgit v1.2.3