=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.825 retrieving revision 1.826 diff -c -r1.825 -r1.826 *** src/usr.bin/tmux/tmux.1 2021/03/01 10:44:38 1.825 --- src/usr.bin/tmux/tmux.1 2021/03/01 17:49:08 1.826 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.825 2021/03/01 10:44:38 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.826 2021/03/01 17:49:08 jmc Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" *************** *** 544,550 **** .Xr sh 1 commands: .Bd -literal -offset indent ! $ tmux neww\\; splitw .Ed .Pp Or: --- 544,550 ---- .Xr sh 1 commands: .Bd -literal -offset indent ! $ tmux neww\e\e; splitw .Ed .Pp Or: *************** *** 563,569 **** this typically means quoted (such as .Ql neww ';' splitw ) or escaped (such as ! .Ql neww \\\\; splitw ) . .It Individual semicolons or trailing semicolons that should be interpreted as arguments should be escaped twice: once according to the shell conventions and --- 563,569 ---- this typically means quoted (such as .Ql neww ';' splitw ) or escaped (such as ! .Ql neww \e\e\e\e; splitw ) . .It Individual semicolons or trailing semicolons that should be interpreted as arguments should be escaped twice: once according to the shell conventions and *************** *** 571,588 **** .Nm ; for example: .Bd -literal -offset indent ! $ tmux neww 'foo\\;' bar ! $ tmux neww foo\\\\; bar .Ed - .Pp .It Semicolons that are not individual tokens or trailing another token should only be escaped once according to shell conventions; for example: .Bd -literal -offset indent $ tmux neww 'foo-;-bar' ! $ tmux neww foo-\\;-bar .Ed - .Pp .El .Pp Comments are marked by the unquoted # character - any remaining text after a --- 571,586 ---- .Nm ; for example: .Bd -literal -offset indent ! $ tmux neww 'foo\e\e;' bar ! $ tmux neww foo\e\e\e\e; bar .Ed .It Semicolons that are not individual tokens or trailing another token should only be escaped once according to shell conventions; for example: .Bd -literal -offset indent $ tmux neww 'foo-;-bar' ! $ tmux neww foo-\e\e;-bar .Ed .El .Pp Comments are marked by the unquoted # character - any remaining text after a