diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-10-27 23:33:36 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-10-27 23:33:36 +0000 |
commit | d24ca0c285ea1244e3a6e73db30f2c1592a9797b (patch) | |
tree | 2755a8e6ba8c5c60b1338b367cf09cc813fa8cd2 /usr.bin | |
parent | 30c4942876dea0c87d471e0d89ec8c33758f7e9c (diff) |
minor formatting fix;
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index f64244f4cdc..0db60b9a476 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.251 2011/10/27 22:40:15 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.252 2011/10/27 23:33:35 jmc Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -615,7 +615,8 @@ List all clients attached to the server. For the meaning of the .Fl F flag, see the -.Sx FORMATS section. +.Sx FORMATS +section. If .Ar target-session is specified, list only clients connected to that session. |