diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2018-04-18 12:50:12 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2018-04-18 12:50:12 +0000 |
commit | c594f05b2350470f06f690ef99dd02ff4ade6f60 (patch) | |
tree | 4b80200639ef142434200a38541a0d7102b951d9 /usr.bin/tmux/tmux.1 | |
parent | 4a3fb818a7fa4af63ab348f92aabea9495895650 (diff) |
Fix || example.
Diffstat (limited to 'usr.bin/tmux/tmux.1')
-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 bab90823bd4..9442b18822e 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.594 2018/04/10 10:48:44 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.595 2018/04/18 12:50:11 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com> .\" @@ -14,7 +14,7 @@ .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: April 10 2018 $ +.Dd $Mdocdate: April 18 2018 $ .Dt TMUX 1 .Os .Sh NAME @@ -3596,7 +3596,7 @@ and .Ql && evaluate to true if either or both of two comma-separated alternatives are true, for example -.Ql #{||,#{pane_in_mode},#{alternate_on}} . +.Ql #{||:#{pane_in_mode},#{alternate_on}} . A .Ql C performs a search for an |