=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.323 retrieving revision 1.324 diff -c -r1.323 -r1.324 *** src/usr.bin/tmux/tmux.1 2013/03/22 10:32:36 1.323 --- src/usr.bin/tmux/tmux.1 2013/03/22 10:37:39 1.324 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.323 2013/03/22 10:32:36 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.324 2013/03/22 10:37:39 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" *************** *** 1553,1569 **** .It Xo Ic resize-pane .Op Fl DLRU .Op Fl t Ar target-pane .Op Ar adjustment .Xc .D1 (alias: Ic resizep ) ! Resize a pane, upward with ! .Fl U ! (the default), downward with .Fl D , - to the left with .Fl L ! and to the right with ! .Fl R . The .Ar adjustment is given in lines or cells (the default is 1). --- 1553,1577 ---- .It Xo Ic resize-pane .Op Fl DLRU .Op Fl t Ar target-pane + .Op Fl x Ar width + .Op Fl y Ar height .Op Ar adjustment .Xc .D1 (alias: Ic resizep ) ! Resize a pane, up, down, left or right by ! .Ar adjustment ! with ! .Fl U , .Fl D , .Fl L ! or ! .Fl R , ! or ! to an absolute size ! with ! .Fl x ! or ! .Fl y . The .Ar adjustment is given in lines or cells (the default is 1).