Tweak some out of date bits, reported by bcgraham.

This commit is contained in:
nicm 2020-05-26 13:19:21 +00:00
parent ff6f2ff6d9
commit 2ced370bee

7
tmux.1
View File

@ -2596,8 +2596,7 @@ spreads the current pane and any panes next to it out evenly.
.D1 (alias: Ic selectp ) .D1 (alias: Ic selectp )
Make pane Make pane
.Ar target-pane .Ar target-pane
the active pane in window the active pane in its window.
.Ar target-window .
If one of If one of
.Fl D , .Fl D ,
.Fl L , .Fl L ,
@ -3057,8 +3056,8 @@ User options may have any name, so long as they are prefixed with
and be set to any string. and be set to any string.
For example: For example:
.Bd -literal -offset indent .Bd -literal -offset indent
$ tmux setw -q @foo "abc123" $ tmux set -wq @foo "abc123"
$ tmux showw -v @foo $ tmux show -wv @foo
abc123 abc123
.Ed .Ed
.Pp .Pp