diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2011-09-23 18:33:44 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2011-09-23 18:33:44 +0000 |
commit | 4a2b33c9986df7c05b3df09bbdb0f90756c3c4fd (patch) | |
tree | 88b7d2090561e3d45ba2e43055e4b5a20bd497c5 /usr.bin | |
parent | 0a7a17aa8f5853823b95dc00edbf280a64ebad75 (diff) |
Tweaks to the format parts, from Tiago Cunha.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index eb88579a288..b31cc40d9b2 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.246 2011/08/26 13:07:49 jmc Exp $ +.\" $OpenBSD: tmux.1,v 1.247 2011/09/23 18:33:43 nicm 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: August 26 2011 $ +.Dd $Mdocdate: September 23 2011 $ .Dt TMUX 1 .Os .Sh NAME @@ -616,10 +616,14 @@ is specified, list only clients connected to that session. .D1 (alias: Ic lscm ) List the syntax of all commands supported by .Nm . -.It Ic list-sessions -.Op Fl F Ar format +.It Ic list-sessions Op Fl F Ar format .D1 (alias: Ic ls ) List all sessions managed by the server. +For the meaning of the +.Fl F +flag, see the +.Sx FORMATS +section. .It Ic lock-client Op Fl t Ar target-client .D1 (alias: Ic lockc ) Lock @@ -627,11 +631,6 @@ Lock see the .Ic lock-server command. -For the meaning of the -.Fl F -flag, see the -.Sx FORMATS -section. .It Ic lock-session Op Fl t Ar target-session .D1 (alias: Ic locks ) Lock all clients attached to @@ -1170,6 +1169,11 @@ is a session (or the current session). If neither is given, .Ar target is a window (or the current window). +For the meaning of the +.Fl F +flag, see the +.Sx FORMATS +section. .It Xo Ic list-windows .Op Fl a .Op Fl F Ar format |