[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.808 and 1.809

version 1.808, 2020/12/15 08:31:50 version 1.809, 2021/01/01 08:36:51
Line 5827 
Line 5827 
 .Ic lock-command  .Ic lock-command
 option.  option.
 .It Xo Ic run-shell  .It Xo Ic run-shell
 .Op Fl b  .Op Fl bC
 .Op Fl d Ar delay  .Op Fl d Ar delay
 .Op Fl t Ar target-pane  .Op Fl t Ar target-pane
 .Op Ar shell-command  .Op Ar shell-command
Line 5835 
Line 5835 
 .D1 (alias: Ic run )  .D1 (alias: Ic run )
 Execute  Execute
 .Ar shell-command  .Ar shell-command
 in the background without creating a window.  or (with
 Before being executed, shell-command is expanded using the rules specified in  .Fl C )
 the  a
   .Nm
   command in the background without creating a window.
   Before being executed,
   .Ar shell-command
   is expanded using the rules specified in the
 .Sx FORMATS  .Sx FORMATS
 section.  section.
 With  With
Line 5847 
Line 5852 
 waits for  waits for
 .Ar delay  .Ar delay
 seconds before starting the command.  seconds before starting the command.
 After the command finishes, any output to stdout is displayed in view mode (in  If
 the pane specified by  .Fl C
   is not given, 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) after the command finishes.
 If the command doesn't return success, the exit status is also displayed.  If the command fails, the exit status is also displayed.
 .It Xo Ic wait-for  .It Xo Ic wait-for
 .Op Fl L | S | U  .Op Fl L | S | U
 .Ar channel  .Ar channel

Legend:
Removed from v.1.808  
changed lines
  Added in v.1.809