=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.783 retrieving revision 1.784 diff -c -r1.783 -r1.784 *** src/usr.bin/tmux/tmux.1 2020/06/12 07:52:38 1.783 --- src/usr.bin/tmux/tmux.1 2020/06/13 09:05:53 1.784 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.783 2020/06/12 07:52:38 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.784 2020/06/13 09:05:53 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" *************** *** 14,20 **** .\" 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: June 12 2020 $ .Dt TMUX 1 .Os .Sh NAME --- 14,20 ---- .\" 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: June 13 2020 $ .Dt TMUX 1 .Os .Sh NAME *************** *** 1792,1798 **** Commands related to windows and panes are as follows: .Bl -tag -width Ds .It Xo Ic break-pane ! .Op Fl adP .Op Fl F Ar format .Op Fl n Ar window-name .Op Fl s Ar src-pane --- 1792,1798 ---- Commands related to windows and panes are as follows: .Bl -tag -width Ds .It Xo Ic break-pane ! .Op Fl abdP .Op Fl F Ar format .Op Fl n Ar window-name .Op Fl s Ar src-pane *************** *** 1804,1812 **** off from its containing window to make it the only pane in .Ar dst-window . With ! .Fl a , ! the window is moved to the next index up (following windows ! are moved if necessary). If .Fl d is given, the new window does not become the current window. --- 1804,1814 ---- off from its containing window to make it the only pane in .Ar dst-window . With ! .Fl a ! or ! .Fl b , ! the window is moved to the next index after or before (existing windows are ! moved if necessary). If .Fl d is given, the new window does not become the current window. *************** *** 2188,2194 **** .Ar target-session is specified, select the last window of the current session. .It Xo Ic link-window ! .Op Fl adk .Op Fl s Ar src-window .Op Fl t Ar dst-window .Xc --- 2190,2196 ---- .Ar target-session is specified, select the last window of the current session. .It Xo Ic link-window ! .Op Fl abdk .Op Fl s Ar src-window .Op Fl t Ar dst-window .Xc *************** *** 2203,2211 **** .Ar src-window is linked there. With ! .Fl a , ! the window is moved to the next index up (following windows ! are moved if necessary). If .Fl k is given and --- 2205,2216 ---- .Ar src-window is linked there. With ! .Fl a ! or ! .Fl b ! the window is moved to the next index after or before ! .Ar dst-window ! (existing windows are moved if necessary). If .Fl k is given and *************** *** 2272,2278 **** Does the same as .Ic join-pane . .It Xo Ic move-window ! .Op Fl ardk .Op Fl s Ar src-window .Op Fl t Ar dst-window .Xc --- 2277,2283 ---- Does the same as .Ic join-pane . .It Xo Ic move-window ! .Op Fl abrdk .Op Fl s Ar src-window .Op Fl t Ar dst-window .Xc *************** *** 2290,2296 **** .Ic base-index option. .It Xo Ic new-window ! .Op Fl adkP .Op Fl c Ar start-directory .Op Fl e Ar environment .Op Fl F Ar format --- 2295,2301 ---- .Ic base-index option. .It Xo Ic new-window ! .Op Fl abdkP .Op Fl c Ar start-directory .Op Fl e Ar environment .Op Fl F Ar format *************** *** 2301,2310 **** .D1 (alias: Ic neww ) Create a new window. With ! .Fl a , ! the new window is inserted at the next index up from the specified .Ar target-window , ! moving windows up if necessary, otherwise .Ar target-window is the new window location. --- 2306,2317 ---- .D1 (alias: Ic neww ) Create a new window. With ! .Fl a ! or ! .Fl b , ! the new window is inserted at the next index after or before the specified .Ar target-window , ! moving windows up if necessary; otherwise .Ar target-window is the new window location.