diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2010-06-05 16:54:25 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2010-06-05 16:54:25 +0000 |
commit | 7fca0109abcdd5d54cb2be90d07cd25954f06a12 (patch) | |
tree | 62d0a4791b4dd346e04d2afa42e01aee690b38ee /usr.bin | |
parent | b9fa4f0876d145cdbd679a053e93a152b83cd145 (diff) |
Couple of missing command aliases/flags, from Tiago Cunha.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 5eb592728fa..e0d1cbf5a03 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.174 2010/06/05 16:34:30 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.175 2010/06/05 16:54:24 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -554,17 +554,15 @@ 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 +.It Ic lock-client Op Fl t Ar target-client +.D1 (alias: Ic lockc ) Lock .Ar target-client , see the .Ic lock-server command. -.It Xo Ic lock-session -.Op Fl t Ar target-session -.Xc +.It Ic lock-session Op Fl t Ar target-session +.D1 (alias: Ic locks ) Lock all clients attached to .Ar target-session . .It Xo Ic new-session @@ -1039,7 +1037,7 @@ List the panes in the current window or in List windows in the current session or in .Ar target-session . .It Xo Ic move-window -.Op Fl d +.Op Fl dk .Op Fl s Ar src-window .Op Fl t Ar dst-window .Xc |