diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-04-17 16:34:36 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-04-17 16:34:36 +0000 |
commit | 89698d6d65c84da251c9134fc8e5795d4f81cebf (patch) | |
tree | 9e7e68efddd6209a7b35a72ea46041f1afdc389c /usr.bin/tmux | |
parent | 41678b5ca16c623bbe1ac8998e7b5e6a9e41165b (diff) |
mark up punctuation-as-macro-args properly;
Diffstat (limited to 'usr.bin/tmux')
-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 , |