aboutsummaryrefslogtreecommitdiff
path: root/bp.1
diff options
context:
space:
mode:
Diffstat (limited to 'bp.1')
-rw-r--r--bp.15
1 files changed, 1 insertions, 4 deletions
diff --git a/bp.1 b/bp.1
index 8262653..d35a9df 100644
--- a/bp.1
+++ b/bp.1
@@ -116,9 +116,6 @@ Zero or more whitespace characters (specifically, spaces and tabs)
.B __
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.
@@ -237,7 +234,7 @@ Find files ending with ".c" and replace the extension with ".h"
.TP
.B
-bp -p '|"foobar"| parens' my_file.py
+bp -p '{foobar} parens' my_file.py
Find the literal string \fB"foobar"\fR, assuming it's a complete word, followed
by a pair of matching parentheses in the file \fImy_file.py\fR