[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.873 and 1.874

version 1.873, 2021/12/10 12:51:11 version 1.874, 2022/02/01 12:05:42
Line 4989 
Line 4989 
 or a placeholder if the command has not been run before.  or a placeholder if the command has not been run before.
 If the command hasn't exited, the most recent line of output will be used, but the status  If the command hasn't exited, the most recent line of output will be used, but the status
 line will not be updated more than once a second.  line will not be updated more than once a second.
 Commands are executed with the  Commands are executed using
   .Pa /bin/sh
   and with the
 .Nm  .Nm
 global environment set (see the  global environment set (see the
 .Sx GLOBAL AND SESSION ENVIRONMENT  .Sx GLOBAL AND SESSION ENVIRONMENT
Line 6155 
Line 6157 
 .Ar command  .Ar command
 if  if
 .Ar shell-command  .Ar shell-command
   (run with
   .Pa /bin/sh )
 returns success or the second  returns success or the second
 .Ar command  .Ar command
 otherwise.  otherwise.
Line 6191 
Line 6195 
 .D1 Pq alias: Ic run  .D1 Pq alias: Ic run
 Execute  Execute
 .Ar shell-command  .Ar shell-command
   using
   .Pa /bin/sh
 or (with  or (with
 .Fl C )  .Fl C )
 a  a

Legend:
Removed from v.1.873  
changed lines
  Added in v.1.874