aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2011-04-11 06:44:56 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2011-04-11 06:44:56 +0000
commit457147d59d3e807309b7fdb2583d29278ae6acaa (patch)
tree8ccf3885dbee144bae3093ead7ec875f0a5767df /tmux.1
parent75f218dc73a19ac6de9d2270aab43f83c5bb8816 (diff)
downloadrtmux-457147d59d3e807309b7fdb2583d29278ae6acaa.tar.gz
rtmux-457147d59d3e807309b7fdb2583d29278ae6acaa.tar.bz2
rtmux-457147d59d3e807309b7fdb2583d29278ae6acaa.zip
Add -s option to detach all clients attached to a session, from Zac
Sprackett.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.19
1 files changed, 6 insertions, 3 deletions
diff --git a/tmux.1 b/tmux.1
index f9c3b6b4..4e96a6fe 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1,4 +1,4 @@
-.\" $Id: tmux.1,v 1.303 2011-04-06 22:31:23 nicm Exp $
+.\" $Id: tmux.1,v 1.304 2011-04-11 06:44:56 nicm Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
.\"
@@ -580,10 +580,13 @@ session.
.It Xo Ic detach-client
.Op Fl P
.Op Fl t Ar target-client
+.Op Fl s Ar target-session
.Xc
.D1 (alias: Ic detach )
-Detach the current client if bound to a key, or the specified client with
-.Fl t .
+Detach the current client if bound to a key, the client specified with
+.Fl t ,
+or all clients currently attached to to the session specified by
+.Fl s .
If
.Fl P
is given, send SIGHUP to the parent process of the client, typically causing it