=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.178 retrieving revision 1.179 diff -u -r1.178 -r1.179 --- src/usr.bin/tmux/tmux.1 2010/06/21 21:44:09 1.178 +++ src/usr.bin/tmux/tmux.1 2010/06/27 00:22:22 1.179 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.178 2010/06/21 21:44:09 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.179 2010/06/27 00:22:22 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" @@ -14,7 +14,7 @@ .\" 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: June 21 2010 $ +.Dd $Mdocdate: June 27 2010 $ .Dt TMUX 1 .Os .Sh NAME @@ -1557,6 +1557,11 @@ .Pp Available server options are: .Bl -tag -width Ds +.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 +sessions. .It Ic escape-time Set the time in milliseconds for which .Nm