diff options
author | Thomas Adam <thomas@xteddy.org> | 2016-10-14 20:01:13 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2016-10-14 20:01:13 +0100 |
commit | 33fbf82ac0623c53603462e17e0a2eda489867e4 (patch) | |
tree | 6ee771a949d3c7b103b616781045abfd55b9b327 | |
parent | 117737c6cae90d8c53c73fd2440eec17def10bb1 (diff) | |
parent | 0ec18e537d7f67732a789c0984bc1cb89dbb0adf (diff) | |
download | rtmux-33fbf82ac0623c53603462e17e0a2eda489867e4.tar.gz rtmux-33fbf82ac0623c53603462e17e0a2eda489867e4.tar.bz2 rtmux-33fbf82ac0623c53603462e17e0a2eda489867e4.zip |
Merge branch 'obsd-master'
-rw-r--r-- | tmux.1 | 21 |
1 files changed, 9 insertions, 12 deletions
@@ -1251,7 +1251,7 @@ By default, it uses the format but a different format may be specified with .Fl F . .It Xo Ic capture-pane -.Op Fl aepPq +.Op Fl aepPqCJ .Op Fl b Ar buffer-name .Op Fl E Ar end-line .Op Fl S Ar start-line @@ -1391,19 +1391,16 @@ can be used and will be replaced with the session name and window index. When a window is chosen from the list, the session command is run before the window command. .Pp -If .Fl S -is given will display the specified format instead of the default session -format. -If +uses +.Ar format +instead of the default session +format and .Fl W -is given will display the specified format instead of the default window -format. -For the meaning of the -.Fl s -and -.Fl w -options, see the +instead of the default window format. +For the meaning of +.Ar format , +see the .Sx FORMATS section. .Pp |