aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-06-17 22:01:13 +0100
committerThomas Adam <thomas@xteddy.org>2015-06-17 22:01:13 +0100
commit86018a394773c44d08a4d000046f77e20b413a93 (patch)
tree056c2da0af0a646bd3d3911c1771598f72a84e4b /tmux.1
parent21a2ccc5f16be454ed7a2fd47e65a51d5faa4597 (diff)
parent85120b37eaa33f572f8f4c12a050c431a6efba3e (diff)
downloadrtmux-86018a394773c44d08a4d000046f77e20b413a93.tar.gz
rtmux-86018a394773c44d08a4d000046f77e20b413a93.tar.bz2
rtmux-86018a394773c44d08a4d000046f77e20b413a93.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.18
1 files changed, 5 insertions, 3 deletions
diff --git a/tmux.1 b/tmux.1
index c3fcfdaf..05097c6e 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1237,12 +1237,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.