[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.350 and 1.351

version 1.350, 2013/03/25 11:40:40 version 1.351, 2013/03/25 11:44:00
Line 671 
Line 671 
 Lock all clients attached to  Lock all clients attached to
 .Ar target-session .  .Ar target-session .
 .It Xo Ic new-session  .It Xo Ic new-session
 .Op Fl AdD  .Op Fl AdDP
   .Op Fl F Ar format
 .Op Fl n Ar window-name  .Op Fl n Ar window-name
 .Op Fl s Ar session-name  .Op Fl s Ar session-name
 .Op Fl t Ar target-session  .Op Fl t Ar target-session
Line 736 
Line 737 
 are invalid if  are invalid if
 .Fl t  .Fl t
 is used.  is used.
   .Pp
   The
   .Fl P
   option prints information about the new session after it has been created.
   By default, it uses the format
   .Ql #{session_name}:
   but a different format may be specified with
   .Fl F .
 .It Xo Ic refresh-client  .It Xo Ic refresh-client
 .Op Fl S  .Op Fl S
 .Op Fl t Ar target-client  .Op Fl t Ar target-client
Line 1466 
Line 1475 
 .It Xo Ic new-window  .It Xo Ic new-window
 .Op Fl adkP  .Op Fl adkP
 .Op Fl c Ar start-directory  .Op Fl c Ar start-directory
   .Op Fl F Ar format
 .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 Fl F Ar format  
 .Op Ar shell-command  .Op Ar shell-command
 .Xc  .Xc
 .D1 (alias: Ic neww )  .D1 (alias: Ic neww )

Legend:
Removed from v.1.350  
changed lines
  Added in v.1.351