diff options
-rw-r--r-- | usr.bin/tmux/tmux.1 | 25 |
1 files changed, 11 insertions, 14 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index c2915f99743..fc270eca78e 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.505 2016/10/13 22:48:51 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.506 2016/10/14 17:40:47 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: October 13 2016 $ +.Dd $Mdocdate: October 14 2016 $ .Dt TMUX 1 .Os .Sh NAME @@ -1247,7 +1247,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 @@ -1387,19 +1387,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 |