diff options
author | 2019-04-17 16:34:35 +0000 | |
---|---|---|
committer | 2019-04-17 16:34:35 +0000 | |
commit | 571aed381dddc3a2dee118e85cd9254017c59b7d (patch) | |
tree | fde6c9faad71f289e41076df7de3238b4a4ae3bf | |
parent | Fix minimum size check on split and size of first cell on spread out (diff) | |
download | wireguard-openbsd-571aed381dddc3a2dee118e85cd9254017c59b7d.tar.xz wireguard-openbsd-571aed381dddc3a2dee118e85cd9254017c59b7d.zip |
mark up punctuation-as-macro-args properly;
-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 , |