From 7954126dcd6ec52020fde92c8be997482fa55ab6 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 3 Mar 2011 08:51:47 +0000 Subject: Add a -P option to detach to HUP the client's parent process (usually causing it to exit as well). --- tmux.1 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 36253d17..7d42984a 100644 --- a/tmux.1 +++ b/tmux.1 @@ -550,10 +550,17 @@ If no server is started, .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. -- cgit v1.2.3