[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.27 and 1.28

version 1.27, 2009/07/12 16:15:34 version 1.28, 2009/07/12 23:45:03
Line 847 
Line 847 
 .Ar command  .Ar command
 are the name of and command to execute in the initial window.  are the name of and command to execute in the initial window.
 .It Xo Ic new-window  .It Xo Ic new-window
 .Op Fl d  .Op Fl dk
 .Op Fl n Ar window-name  .Op Fl n Ar window-name
 .Op Fl t Ar target-window  .Op Fl t Ar target-window
 .Op Ar command  .Op Ar command
Line 858 
Line 858 
 .Fl d  .Fl d
 is given, the session does not make the new window the current window.  is given, the session does not make the new window the current window.
 .Ar target-window  .Ar target-window
 represents the window to be created.  represents the window to be created; if the target already exists an error is
   shown, unless the
   .Fl k
   flag is used, in which case it is destroyed.
 .Ar command  .Ar command
 is the command to execute.  is the command to execute.
 If  If

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28