=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.210 retrieving revision 1.211 diff -u -r1.210 -r1.211 --- src/usr.bin/tmux/tmux.1 2011/01/14 23:49:23 1.210 +++ src/usr.bin/tmux/tmux.1 2011/03/03 08:51:47 1.211 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.210 2011/01/14 23:49:23 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.211 2011/03/03 08:51:47 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: January 14 2011 $ +.Dd $Mdocdate: March 3 2011 $ .Dt TMUX 1 .Os .Sh NAME @@ -550,10 +550,17 @@ .Ic attach-session will attempt to start it; this will fail unless sessions are created in the configuration file. -.It Ic detach-client Op Fl t Ar target-client +.It Xo Ic detach-client +.Op Fl P +.Op Fl t Ar target-client +.Xc .D1 (alias: Ic detach ) Detach the current client if bound to a key, or the specified client with .Fl t . +If +.Fl P +is given, send SIGHUP to the parent process of the client, typically causing it +to exit. .It Ic has-session Op Fl t Ar target-session .D1 (alias: Ic has ) Report an error and exit with 1 if the specified session does not exist.