=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.439 retrieving revision 1.440 diff -u -r1.439 -r1.440 --- src/usr.bin/tmux/tmux.1 2015/06/17 16:50:28 1.439 +++ src/usr.bin/tmux/tmux.1 2015/06/17 19:56:08 1.440 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.439 2015/06/17 16:50:28 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.440 2015/06/17 19:56:08 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" @@ -1233,12 +1233,14 @@ .It Xo Ic break-pane .Op Fl dP .Op Fl F Ar format -.Op Fl t Ar target-pane +.Op Fl s Ar src-pane +.Op Fl t Ar dst-pane .Xc .D1 (alias: Ic breakp ) Break -.Ar target-pane -off from its containing window to make it the only pane in a new window. +.Ar src-pane +off from its containing window to make it the only pane in +.Ar dst-window . If .Fl d is given, the new window does not become the current window.