diff options
author | 2020-06-04 10:34:40 +0000 | |
---|---|---|
committer | 2020-06-04 10:34:40 +0000 | |
commit | 9cfeddc530408d33918e4883eaaf4a02c0acd277 (patch) | |
tree | d932d266e7b0f864a94abb8bc021c8a42068160f | |
parent | new manual page PKCS7_add_attribute(3); (diff) | |
download | wireguard-openbsd-9cfeddc530408d33918e4883eaaf4a02c0acd277.tar.xz wireguard-openbsd-9cfeddc530408d33918e4883eaaf4a02c0acd277.zip |
Correct respawn-* - they don't always use the creation command.
-rw-r--r-- | usr.bin/tmux/tmux.1 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 692d66c44a0..cda3aa11bbb 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.776 2020/06/04 07:12:05 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.777 2020/06/04 10:34:40 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com> .\" @@ -2519,7 +2519,8 @@ Reactivate a pane in which the command has exited (see the window option). If .Ar shell-command -is not given, the command used when the pane was created is executed. +is not given, the command used when the pane was created or last respawned is +executed. The pane must be already inactive, unless .Fl k is given, in which case any existing command is killed. @@ -2543,7 +2544,8 @@ Reactivate a window in which the command has exited (see the window option). If .Ar shell-command -is not given, the command used when the window was created is executed. +is not given, the command used when the window was created or last respawned is +executed. The window must be already inactive, unless .Fl k is given, in which case any existing command is killed. |