summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2019-06-13 21:04:21 +0000
committerjmc <jmc@openbsd.org>2019-06-13 21:04:21 +0000
commit4d0c743da1d663f6b806a2dc897923ba1f068c6b (patch)
tree4f4e48c9e3882251f0e85214835cdd4ce49777e1
parentDo not consider the pipe as halted if the device is gone. (diff)
downloadwireguard-openbsd-4d0c743da1d663f6b806a2dc897923ba1f068c6b.tar.xz
wireguard-openbsd-4d0c743da1d663f6b806a2dc897923ba1f068c6b.zip
tweak previous;
-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