summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc>2019-06-13 21:04:21 +0000
committerjmc <jmc>2019-06-13 21:04:21 +0000
commitb8a9c740bbb0f28ce7cbfeeec584e0719950b8a8 (patch)
tree72fb0444f6f9e72fc5d6735b648ca6c4fb2611df
parent26b9a8e49b7eee7b7c05f85c731f5829e64c507c (diff)
tweak previous;
-rw-r--r--tmux.14
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux.1 b/tmux.1
index 21a30fff..e5d837da 100644
--- a/tmux.1
+++ b/tmux.1
@@ -4044,7 +4044,7 @@ pattern or regular expression in the pane content and evaluates to zero if not
found, or a line number if found.
Like
.Ql m ,
-a
+an
.Ql r
flag means search for a regular expression and
.Ql i
@@ -4126,7 +4126,7 @@ throughout.
The first argument may be an extended regular expression and a final argument may be
.Ql i
to ignore case, for example
-.Ql s/a(.)/\1x/i:
+.Ql s/a(.)/\e1x/i:
would change
.Ql abABab
into