From d1ffb859264992edbd10d918575f2740e8b5696a Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 17 Jun 2015 19:56:09 +0000 Subject: Change break-pane to take target and source panes (-t and -s) in line with other commands, from Thomas Adam. --- usr.bin/tmux/tmux.1 | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'usr.bin/tmux/tmux.1') diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 9e5e0b484b8..fd934480e9a 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -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 @@ Commands related to windows and panes are as follows: .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. -- cgit v1.2.3