From ff597be5fc52d1d8bd8050fc81050308f76c9b05 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 17 Jan 2021 22:37:58 -0800 Subject: [PATCH] Updated manpage --- bp.1 | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/bp.1 b/bp.1 index 55e4396..d97ed24 100644 --- a/bp.1 +++ b/bp.1 @@ -111,6 +111,9 @@ Zero or more \fBwhitespace\fR characters (specifically, spaces and tabs) .B __ Zero or more \fBwhitespace-or-newline\fR characters +.B | +A \fBword-boundary\fR + .B `\fI\fR The literal \fBcharacter-\fI\fR @@ -127,6 +130,10 @@ The \fBescape-sequence-\fI\fR (\fB\\n\fR, \fB\\x1F\fR, \fB\\033\fR, etc.) .B \\\\\fI\fB-\fI\fR The \fBescape-sequence-range-\fI\fB-to-\fI\fR +.B \\\\\fIN\fR +A special case escape that matches a "nodent", one or more newlines followed by +the same indentation that occurs on the current line. + .B !\fI\fR \fBNot-\fI\fR @@ -191,10 +198,6 @@ exact same length. Pronounced \fI\fB-assuming-it-doesn't-equal-\fI\f .B \fI\fB:\fI\fR \fBDefine-\fI\fB-to-mean-\fI\fR (pattern definition) -.B | -This pattern matches the indentation at the beginning of a line that has the -same indentation as the line before (or zero indentation on the first line). - .B # \fI\fR A line comment