=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.174 retrieving revision 1.175 diff -c -r1.174 -r1.175 *** src/usr.bin/tmux/tmux.1 2010/06/05 16:34:30 1.174 --- src/usr.bin/tmux/tmux.1 2010/06/05 16:54:24 1.175 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.174 2010/06/05 16:34:30 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.175 2010/06/05 16:54:24 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" *************** *** 554,570 **** .It Ic list-sessions .D1 (alias: Ic ls ) List all sessions managed by the server. ! .It Xo Ic lock-client ! .Op Fl t Ar target-client ! .Xc Lock .Ar target-client , see the .Ic lock-server command. ! .It Xo Ic lock-session ! .Op Fl t Ar target-session ! .Xc Lock all clients attached to .Ar target-session . .It Xo Ic new-session --- 554,568 ---- .It Ic list-sessions .D1 (alias: Ic ls ) List all sessions managed by the server. ! .It Ic lock-client Op Fl t Ar target-client ! .D1 (alias: Ic lockc ) Lock .Ar target-client , see the .Ic lock-server command. ! .It Ic lock-session Op Fl t Ar target-session ! .D1 (alias: Ic locks ) Lock all clients attached to .Ar target-session . .It Xo Ic new-session *************** *** 1039,1045 **** List windows in the current session or in .Ar target-session . .It Xo Ic move-window ! .Op Fl d .Op Fl s Ar src-window .Op Fl t Ar dst-window .Xc --- 1037,1043 ---- List windows in the current session or in .Ar target-session . .It Xo Ic move-window ! .Op Fl dk .Op Fl s Ar src-window .Op Fl t Ar dst-window .Xc