diff options
author | nicm <nicm> | 2016-03-01 11:58:45 +0000 |
---|---|---|
committer | nicm <nicm> | 2016-03-01 11:58:45 +0000 |
commit | c7851e0ee71e26ee9af67f2523679132369b152f (patch) | |
tree | dfad86049157998304bb3171d75b9268be17df26 | |
parent | 4f6bc0a0a90a652172bdf251d5177476f7e6bdb1 (diff) | |
download | rtmux-c7851e0ee71e26ee9af67f2523679132369b152f.tar.gz rtmux-c7851e0ee71e26ee9af67f2523679132369b152f.tar.bz2 rtmux-c7851e0ee71e26ee9af67f2523679132369b152f.zip |
Fix break-pane synopsis and some other tmux.1 bits.
-rw-r--r-- | cmd-break-pane.c | 2 | ||||
-rw-r--r-- | tmux.1 | 13 |
2 files changed, 7 insertions, 8 deletions
diff --git a/cmd-break-pane.c b/cmd-break-pane.c index b5a2743f..85873227 100644 --- a/cmd-break-pane.c +++ b/cmd-break-pane.c @@ -35,7 +35,7 @@ const struct cmd_entry cmd_break_pane_entry = { .alias = "breakp", .args = { "dPF:s:t:", 0, 0 }, - .usage = "[-dP] [-F format] " CMD_SRCDST_PANE_USAGE, + .usage = "[-dP] [-F format] [-s src-pane] [-t dst-window]", .sflag = CMD_PANE, .tflag = CMD_WINDOW_INDEX, @@ -717,7 +717,7 @@ will set the session working directory (used for new windows) to .Pp If .Fl E -is used, +is used, the .Ic update-environment option will not be applied. .It Xo Ic detach-client @@ -853,13 +853,12 @@ with .Ar target-session . This means they share the same set of windows - all windows from .Ar target-session -are linked to the new session and any subsequent new windows or windows being -closed are applied to both sessions. +are linked to the new session, any new windows are linked to both sessions and +any windows closed removed from both sessions. The current and previous window and any session options remain independent and either session may be killed without affecting the other. -Giving .Fl n -or +and .Ar shell-command are invalid if .Fl t @@ -875,7 +874,7 @@ but a different format may be specified with .Pp If .Fl E -is used, +is used, the .Ic update-environment option will not be applied. .It Xo Ic refresh-client @@ -1250,7 +1249,7 @@ Commands related to windows and panes are as follows: .Op Fl dP .Op Fl F Ar format .Op Fl s Ar src-pane -.Op Fl t Ar dst-pane +.Op Fl t Ar dst-window .Xc .D1 (alias: Ic breakp ) Break |