From 8d9ea1b97ca1f70191808df03f9fbe9f93912773 Mon Sep 17 00:00:00 2001 From: nicm Date: Mon, 5 Oct 2020 11:04:40 +0000 Subject: Trim "s from process names; also fix a default format in man page. --- tmux.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index c2fecd9d..a39237d5 100644 --- a/tmux.1 +++ b/tmux.1 @@ -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 -- cgit