aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authornicm <nicm>2019-03-14 06:36:21 +0000
committernicm <nicm>2019-03-14 06:36:21 +0000
commit1e9f8a3523ac93203036bd4a3740674a91fc4f1c (patch)
tree7abcc3bc2de4a56333ec1a38eea10286cbfe908a /tmux.1
parent2fbd491ff0a6154ead554ae80fac647f7f8cd4f7 (diff)
downloadrtmux-1e9f8a3523ac93203036bd4a3740674a91fc4f1c.tar.gz
rtmux-1e9f8a3523ac93203036bd4a3740674a91fc4f1c.tar.bz2
rtmux-1e9f8a3523ac93203036bd4a3740674a91fc4f1c.zip
Missing space in capture-pane usage, from Ben Boeckel.
Also man page fixed from jmc.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.17
1 files changed, 4 insertions, 3 deletions
diff --git a/tmux.1 b/tmux.1
index df35d839..49e82643 100644
--- a/tmux.1
+++ b/tmux.1
@@ -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