aboutsummaryrefslogtreecommitdiff
path: root/bp.1
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-07-30 20:23:18 -0700
committerBruce Hill <bruce@bruce-hill.com>2021-07-30 20:23:18 -0700
commit9c05f880b00065abfa6f8c9335a50522b76a4fa2 (patch)
tree854087e78104fb3200ae2120f3848794d9445a92 /bp.1
parenta6d6e39f3faa83a9e9e5fdd0649da1e6a0655353 (diff)
Added | as alias for \b
Diffstat (limited to 'bp.1')
-rw-r--r--bp.15
1 files changed, 4 insertions, 1 deletions
diff --git a/bp.1 b/bp.1
index 8bab758..9a60593 100644
--- a/bp.1
+++ b/bp.1
@@ -189,8 +189,11 @@ An identifier character (e.g.\ alphanumeric characters or underscores).
An identifier character, not including numbers (e.g.\ alphabetic
characters or underscores).
.TP
+\f[B]|\f[R]
+A word boundary (i.e.\ the edge of a word).
+.TP
\f[B]\[rs]b\f[R]
-A word boundary.
+Alias for \f[B]|\f[R] (word boundary)
.TP
\f[B]!\f[R] \f[I]pat\f[R]
Not \f[I]pat\f[R]