[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.333 and 1.334

version 1.333, 2013/03/24 09:29:40 version 1.334, 2013/03/24 09:33:35
Line 3464 
Line 3464 
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It Ic clock-mode Op Fl t Ar target-pane  .It Ic clock-mode Op Fl t Ar target-pane
 Display a large clock.  Display a large clock.
 .It Ic if-shell Ar shell-command command Op Ar command  .It Xo Ic if-shell
   .Op Fl t Ar target-pane
   .Ar shell-command command
   .Op Ar command
   .Xc
 .D1 (alias: Ic if )  .D1 (alias: Ic if )
 Execute the first  Execute the first
 .Ar command  .Ar command
Line 3473 
Line 3477 
 returns success or the second  returns success or the second
 .Ar command  .Ar command
 otherwise.  otherwise.
   Before being executed, shell-command is expanded using the rules specified in the
   .Sx FORMATS
   section, including those relevant to
   .Ar target-pane .
 .It Ic lock-server  .It Ic lock-server
 .D1 (alias: Ic lock )  .D1 (alias: Ic lock )
 Lock each client individually by running the command specified by the  Lock each client individually by running the command specified by the
Line 3486 
Line 3494 
 Execute  Execute
 .Ar shell-command  .Ar shell-command
 in the background without creating a window.  in the background without creating a window.
   Before being executed, shell-command is expanded using the rules specified in
   the
   .Sx FORMATS
   section.
 After it finishes, any output to stdout is displayed in copy mode (in the pane  After it finishes, any output to stdout is displayed in copy mode (in the pane
 specified by  specified by
 .Fl t  .Fl t

Legend:
Removed from v.1.333  
changed lines
  Added in v.1.334