diff options
-rw-r--r-- | usr.bin/tmux/tmux.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index d5480a7660f..4516bf87da5 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.635 2019/04/17 14:39:37 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.636 2019/04/17 16:34:35 jmc Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com> .\" @@ -1056,10 +1056,10 @@ to As a special case, .Fl t may refer to a pane (a target that contains -.Ql : , -.Ql . +.Ql \&: , +.Ql \&. or -.Ql % ) +.Ql % ) , in which case the session, window and pane are all changed. If .Fl l , |