=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.205 retrieving revision 1.206 diff -c -r1.205 -r1.206 *** src/usr.bin/tmux/tmux.1 2011/01/08 00:48:54 1.205 --- src/usr.bin/tmux/tmux.1 2011/01/09 18:42:19 1.206 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.205 2011/01/08 00:48:54 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.206 2011/01/09 18:42:19 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" *************** *** 14,20 **** .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" ! .Dd $Mdocdate: January 8 2011 $ .Dt TMUX 1 .Os .Sh NAME --- 14,20 ---- .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" ! .Dd $Mdocdate: January 9 2011 $ .Dt TMUX 1 .Os .Sh NAME *************** *** 1628,1643 **** Set the number of buffers; as new buffers are added to the top of the stack, old ones are removed from the bottom if necessary to maintain this maximum length. ! .It Ic escape-time Set the time in milliseconds for which .Nm waits after an escape is input to determine if it is part of a function or meta key sequences. The default is 500 milliseconds. ! .It Ic exit-unattached If enabled, the server will exit when there are no attached clients, rather than when there are no attached sessions. ! .It Ic quiet Enable or disable the display of various informational messages (see also the .Fl q command line flag). --- 1628,1647 ---- Set the number of buffers; as new buffers are added to the top of the stack, old ones are removed from the bottom if necessary to maintain this maximum length. ! .It Ic escape-time Ar time Set the time in milliseconds for which .Nm waits after an escape is input to determine if it is part of a function or meta key sequences. The default is 500 milliseconds. ! .It Xo Ic exit-unattached ! .Op Ic on | off ! .Xc If enabled, the server will exit when there are no attached clients, rather than when there are no attached sessions. ! .It Xo Ic quiet ! .Op Ic on | off ! .Xc Enable or disable the display of various informational messages (see also the .Fl q command line flag). *************** *** 1705,1714 **** be set to .Ql screen or a derivative of it. ! .It Ic destroy-unattached If enabled and the session is no longer attached to any clients, it is destroyed. ! .It Ic detach-on-destroy If on (the default), the client is detached when the session it is attached to is destroyed. If off, the client is switched to the most recently active of the remaining --- 1709,1722 ---- be set to .Ql screen or a derivative of it. ! .It Xo Ic destroy-unattached ! .Op Ic on | off ! .Xc If enabled and the session is no longer attached to any clients, it is destroyed. ! .It Xo Ic detach-on-destroy ! .Op Ic on | off ! .Xc If on (the default), the client is detached when the session it is attached to is destroyed. If off, the client is switched to the most recently active of the remaining