summaryrefslogtreecommitdiff
path: root/usr.bin/tmux
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2019-06-13 21:04:22 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2019-06-13 21:04:22 +0000
commit376d41add54e1b1953a635a25481b845e15bafae (patch)
tree1e1ab7705d1ecb4816cdad664012febf4cab93af /usr.bin/tmux
parent7b8596831d98861ec737b167a01112e0187d57af (diff)
tweak previous;
Diffstat (limited to 'usr.bin/tmux')
-rw-r--r--usr.bin/tmux/tmux.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1
index 309e6d8daba..29a2e438c0c 100644
--- a/usr.bin/tmux/tmux.1
+++ b/usr.bin/tmux/tmux.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tmux.1,v 1.664 2019/06/13 19:46:00 nicm Exp $
+.\" $OpenBSD: tmux.1,v 1.665 2019/06/13 21:04:21 jmc Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com>
.\"
@@ -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