diff options
author | nicm <nicm> | 2020-10-05 11:04:40 +0000 |
---|---|---|
committer | nicm <nicm> | 2020-10-05 11:04:40 +0000 |
commit | 8d9ea1b97ca1f70191808df03f9fbe9f93912773 (patch) | |
tree | 109e1ae9b844f3d305cc761c83f521474ae478c9 /tmux.1 | |
parent | 1479e32e1af82826dbc5a323e22f1a96eb0a692b (diff) | |
download | rtmux-8d9ea1b97ca1f70191808df03f9fbe9f93912773.tar.gz rtmux-8d9ea1b97ca1f70191808df03f9fbe9f93912773.tar.bz2 rtmux-8d9ea1b97ca1f70191808df03f9fbe9f93912773.zip |
Trim "s from process names; also fix a default format in man page.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |