summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@cvs.openbsd.org>2020-10-05 11:04:41 +0000
committerNicholas Marriott <nicm@cvs.openbsd.org>2020-10-05 11:04:41 +0000
commit36423386f6b21ea2c69340cddc7663954374e722 (patch)
treef25bf263d84c6e9d952ddb76ef450cac7c5036b8 /usr.bin/tmux/tmux.1
parentc635ff2cde93abe1321725251eed5a4e05a0179b (diff)
Trim "s from process names; also fix a default format in man page.
Diffstat (limited to 'usr.bin/tmux/tmux.1')
-rw-r--r--usr.bin/tmux/tmux.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1
index 9b19d24dfeb..8fe7a02e388 100644
--- a/usr.bin/tmux/tmux.1
+++ b/usr.bin/tmux/tmux.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tmux.1,v 1.797 2020/10/05 09:53:01 nicm Exp $
+.\" $OpenBSD: tmux.1,v 1.798 2020/10/05 11:04:40 nicm Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com>
.\"
@@ -1858,7 +1858,7 @@ The
.Fl P
option prints information about the new window after it has been created.
By default, it uses the format
-.Ql #{session_name}:#{window_index}
+.Ql #{session_name}:#{window_index}.#{pane_index}
but a different format may be specified with
.Fl F .
.It Xo Ic capture-pane