=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- src/usr.bin/tmux/tmux.1 2009/07/12 16:15:34 1.27 +++ src/usr.bin/tmux/tmux.1 2009/07/12 23:45:03 1.28 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.27 2009/07/12 16:15:34 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.28 2009/07/12 23:45:03 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" @@ -847,7 +847,7 @@ .Ar command are the name of and command to execute in the initial window. .It Xo Ic new-window -.Op Fl d +.Op Fl dk .Op Fl n Ar window-name .Op Fl t Ar target-window .Op Ar command @@ -858,7 +858,10 @@ .Fl d is given, the session does not make the new window the current window. .Ar target-window -represents the window to be created. +represents the window to be created; if the target already exists an error is +shown, unless the +.Fl k +flag is used, in which case it is destroyed. .Ar command is the command to execute. If