=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.439 retrieving revision 1.440 diff -c -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 **** ! .\" $OpenBSD: tmux.1,v 1.439 2015/06/17 16:50:28 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.440 2015/06/17 19:56:08 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" *************** *** 1233,1244 **** .It Xo Ic break-pane .Op Fl dP .Op Fl F Ar format ! .Op Fl t Ar target-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. If .Fl d is given, the new window does not become the current window. --- 1233,1246 ---- .It Xo Ic break-pane .Op Fl dP .Op Fl F Ar format ! .Op Fl s Ar src-pane ! .Op Fl t Ar dst-pane .Xc .D1 (alias: Ic breakp ) Break ! .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.