diff options
Diffstat (limited to 'usr.bin/tmux/tmux.1')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index d50b6d75ddf..ce18475684c 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.618 2019/03/13 15:37:28 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.619 2019/03/14 06:36:21 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com> .\" @@ -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: March 13 2019 $ +.Dd $Mdocdate: March 14 2019 $ .Dt TMUX 1 .Os .Sh NAME @@ -3724,9 +3724,10 @@ option rather than the content itself. or .Ql P: will loop over each session, window or pane and insert the format once -for each. For windows and panes, two comma-separated formats may be -given, the second is used for the current window or active pane. For -example to get a list of windows formatted like the status line: +for each. +For windows and panes, two comma-separated formats may be given: +the second is used for the current window or active pane. +For example, to get a list of windows formatted like the status line: .Bd -literal -offset indent #{W:#{E:window-status-format} ,#{E:window-status-current-format} } .Ed |