diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-01-05 00:09:30 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-01-05 00:09:30 -0800 |
| commit | 4350d996d1f4987ae83569acfdec2e25b996f599 (patch) | |
| tree | 835ab3332ec593c748f4eabd7490266b2e22aa30 /bp.1 | |
| parent | 8d14bf01bc3c3cfbb3613487b59fe0bc4d6efba6 (diff) | |
Simplified `...` to `..%\n` and `$.` to `./\n`
Diffstat (limited to 'bp.1')
| -rw-r--r-- | bp.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -89,7 +89,7 @@ A series of ordered choices (if one pattern matches, the following patterns will not be attempted), pronounced \fI<pat1>\fB-or-\fI<pat2>\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<esc1>\fB-to-\fI<esc2>\fR \fB0+(\fI<sep><pat>\fB)\fR) .B .. \fI<pat>\fR -Any text \fBup-to-and-including\fR \fI<pat>\fR (multiline: \fB...\fR) +Any text \fBup-to-and-including\fR \fI<pat>\fR (excluding newline) .B .. \fI<pat>\fB % \fI<skip>\fR Any text \fBup-to-and-including\fR \fI<pat>\fR, but skipping over instances of \fI<skip>\fR. |
