diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-06-13 21:04:22 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-06-13 21:04:22 +0000 |
commit | 376d41add54e1b1953a635a25481b845e15bafae (patch) | |
tree | 1e1ab7705d1ecb4816cdad664012febf4cab93af /usr.bin/tmux | |
parent | 7b8596831d98861ec737b167a01112e0187d57af (diff) |
tweak previous;
Diffstat (limited to 'usr.bin/tmux')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 6 |
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 |