From ab275800b3efbf67273c3efd4a23d1016f21ed82 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 19 Jan 2021 23:30:50 -0800 Subject: Removed outdated '?' documentation --- README.md | 2 +- bp.1 | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 1b1ebd5..14f6b57 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Pattern | Meaning `\n`, `\033`, `\x0A`, etc. | An escape sequence character `\x00-xFF` | An escape sequence range (byte `0x00` through `0xFF` here) `!pat` | `pat` does not match at the current position -`[pat]` or `pat?` | Zero or one occurrences of `pat` (optional pattern) +`[pat]` | Zero or one occurrences of `pat` (optional pattern) `5 pat` | Exactly 5 occurrences of `pat` `2-4 pat` | Between 2 and 4 occurrences of `pat` (inclusive) `5+ pat` | 5 or more occurrences of `pat` diff --git a/bp.1 b/bp.1 index d97ed24..8bc1dbe 100644 --- a/bp.1 +++ b/bp.1 @@ -140,9 +140,6 @@ the same indentation that occurs on the current line. .B [\fI\fR] \fBMaybe-\fI\fR -.B \fI\fR? -\fI\fB-or-not\fR - .B \fI \fR .B \fI\fB-\fI \fR .B \fI\fB+ \fI\fR -- cgit v1.2.3