diff options
-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. |