=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.773 retrieving revision 1.774 diff -u -r1.773 -r1.774 --- src/usr.bin/tmux/tmux.1 2020/05/21 07:24:13 1.773 +++ src/usr.bin/tmux/tmux.1 2020/05/26 13:19:21 1.774 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.773 2020/05/21 07:24:13 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.774 2020/05/26 13:19:21 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: May 21 2020 $ +.Dd $Mdocdate: May 26 2020 $ .Dt TMUX 1 .Os .Sh NAME @@ -2596,8 +2596,7 @@ .D1 (alias: Ic selectp ) Make pane .Ar target-pane -the active pane in window -.Ar target-window . +the active pane in its window. If one of .Fl D , .Fl L , @@ -3057,8 +3056,8 @@ and be set to any string. For example: .Bd -literal -offset indent -$ tmux setw -q @foo "abc123" -$ tmux showw -v @foo +$ tmux set -wq @foo "abc123" +$ tmux show -wv @foo abc123 .Ed .Pp