diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-09-25 17:51:39 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-09-25 17:51:39 +0000 |
commit | 88c3b9c98987a593eb0f54cd4033012c8708891e (patch) | |
tree | 8343f7d2272e0be8019a0a94fa6fa9063ee8f13a /tmux.1 | |
parent | 804b8696a47b37076f8ae0e0b04dcba3e2d1fb7c (diff) | |
download | rtmux-88c3b9c98987a593eb0f54cd4033012c8708891e.tar.gz rtmux-88c3b9c98987a593eb0f54cd4033012c8708891e.tar.bz2 rtmux-88c3b9c98987a593eb0f54cd4033012c8708891e.zip |
Sync OpenBSD patchset 353:
New lock-client and lock-session commands to lock an individual client or all
clients attached to a session respectively.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 17 |
1 files changed, 15 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.173 2009-09-23 15:18:56 tcunha Exp $ +.\" $Id: tmux.1,v 1.174 2009-09-25 17:51:39 tcunha Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -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: September 23 2009 $ +.Dd $Mdocdate: September 24 2009 $ .Dt TMUX 1 .Os .Sh NAME @@ -392,6 +392,19 @@ List the syntax of all commands supported by .It Ic list-sessions .D1 (alias: Ic ls ) List all sessions managed by the server. +.It Xo Ic lock-client +.Op Fl t Ar target-client +.Xc +Lock +.Ar target-client , +see the +.Ic lock-server +command. +.It Xo Ic lock-session +.Op Fl t Ar target-session +.Xc +Lock all clients attached to +.Ar target-session . .It Xo Ic new-session .Op Fl d .Op Fl n Ar window-name |