aboutsummaryrefslogtreecommitdiff
path: root/bp.1
diff options
context:
space:
mode:
Diffstat (limited to 'bp.1')
-rw-r--r--bp.17
1 files changed, 7 insertions, 0 deletions
diff --git a/bp.1 b/bp.1
index 7a0cc9e..8262653 100644
--- a/bp.1
+++ b/bp.1
@@ -119,6 +119,13 @@ Zero or more whitespace or newline characters
.B |
A word boundary
+.B "foo"
+.B 'foo'
+The literal string \fIstring\fR. Escape sequences are not allowed.
+
+.B {foo}
+The literal string \fIfoo\fR with word boundaries on either end. Escape sequences are not allowed.
+
.B `\fI<c>\fR
The literal character \fI<c>\fR (e.g. \fB`@\fR matches the "@" character)