=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.350 retrieving revision 1.351 diff -c -r1.350 -r1.351 *** src/usr.bin/tmux/tmux.1 2013/03/25 11:40:40 1.350 --- src/usr.bin/tmux/tmux.1 2013/03/25 11:44:00 1.351 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.350 2013/03/25 11:40:40 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.351 2013/03/25 11:44:00 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" *************** *** 671,677 **** Lock all clients attached to .Ar target-session . .It Xo Ic new-session ! .Op Fl AdD .Op Fl n Ar window-name .Op Fl s Ar session-name .Op Fl t Ar target-session --- 671,678 ---- Lock all clients attached to .Ar target-session . .It Xo Ic new-session ! .Op Fl AdDP ! .Op Fl F Ar format .Op Fl n Ar window-name .Op Fl s Ar session-name .Op Fl t Ar target-session *************** *** 736,741 **** --- 737,750 ---- are invalid if .Fl t 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 .Op Fl S .Op Fl t Ar target-client *************** *** 1466,1474 **** .It Xo Ic new-window .Op Fl adkP .Op Fl c Ar start-directory .Op Fl n Ar window-name .Op Fl t Ar target-window - .Op Fl F Ar format .Op Ar shell-command .Xc .D1 (alias: Ic neww ) --- 1475,1483 ---- .It Xo Ic new-window .Op Fl adkP .Op Fl c Ar start-directory + .Op Fl F Ar format .Op Fl n Ar window-name .Op Fl t Ar target-window .Op Ar shell-command .Xc .D1 (alias: Ic neww )