=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.843 retrieving revision 1.844 diff -c -r1.843 -r1.844 *** src/usr.bin/tmux/tmux.1 2021/06/10 13:12:31 1.843 --- src/usr.bin/tmux/tmux.1 2021/06/18 07:46:54 1.844 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.843 2021/06/10 13:12:31 jmc Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.844 2021/06/18 07:46:54 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" *************** *** 14,20 **** .\" 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: June 10 2021 $ .Dt TMUX 1 .Os .Sh NAME --- 14,20 ---- .\" 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: June 18 2021 $ .Dt TMUX 1 .Os .Sh NAME *************** *** 2102,2110 **** .It Li "q" Ta "Exit mode" .El .Pp ! After a session, window or pane is chosen, .Ql %% ! is replaced by the target in .Ar template and the result executed as a command. If --- 2102,2112 ---- .It Li "q" Ta "Exit mode" .El .Pp ! After a session, window or pane is chosen, the first instance of .Ql %% ! and all instances of ! .Ql %1 ! are replaced by the target in .Ar template and the result executed as a command. If