[BACK]Return to tmux.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/tmux.1 between version 1.716 and 1.717

version 1.716, 2020/03/12 13:19:20 version 1.717, 2020/03/12 13:25:45
Line 5202 
Line 5202 
 option.  option.
 .It Xo Ic run-shell  .It Xo Ic run-shell
 .Op Fl b  .Op Fl b
   .Op Fl d Ar delay
 .Op Fl t Ar target-pane  .Op Fl t Ar target-pane
 .Ar shell-command  .Ar [shell-command]
 .Xc  .Xc
 .D1 (alias: Ic run )  .D1 (alias: Ic run )
 Execute  Execute
Line 5216 
Line 5217 
 With  With
 .Fl b ,  .Fl b ,
 the command is run in the background.  the command is run in the background.
 After it finishes, any output to stdout is displayed in copy mode (in the pane  .Fl d
 specified by  waits for
   .Ar delay
   seconds before starting the command.
   After the command finishes, any output to stdout is displayed in view mode (in
   the pane specified by
 .Fl t  .Fl t
 or the current pane if omitted).  or the current pane if omitted).
 If the command doesn't return success, the exit status is also displayed.  If the command doesn't return success, the exit status is also displayed.

Legend:
Removed from v.1.716  
changed lines
  Added in v.1.717