From c594f05b2350470f06f690ef99dd02ff4ade6f60 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 18 Apr 2018 12:50:12 +0000 Subject: Fix || example. --- usr.bin/tmux/tmux.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.bin/tmux/tmux.1') 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 .\" @@ -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 -- cgit v1.2.3