=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.820 retrieving revision 1.821 diff -c -r1.820 -r1.821 *** src/usr.bin/tmux/tmux.1 2021/02/08 14:46:53 1.820 --- src/usr.bin/tmux/tmux.1 2021/02/10 07:17:07 1.821 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.820 2021/02/08 14:46:53 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.821 2021/02/10 07:17:07 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: February 8 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: February 10 2021 $ .Dt TMUX 1 .Os .Sh NAME *************** *** 872,883 **** commands. This may be a single argument passed to the shell, for example: .Bd -literal -offset indent ! new-window 'vi /etc/passwd' .Ed .Pp Will run: .Bd -literal -offset indent ! /bin/sh -c 'vi /etc/passwd' .Ed .Pp Additionally, the --- 872,883 ---- commands. This may be a single argument passed to the shell, for example: .Bd -literal -offset indent ! new-window 'vi ~/.tmux.conf' .Ed .Pp Will run: .Bd -literal -offset indent ! /bin/sh -c 'vi ~/.tmux.conf' .Ed .Pp Additionally, the *************** *** 894,900 **** This can avoid issues with shell quoting. For example: .Bd -literal -offset indent ! $ tmux new-window vi /etc/passwd .Ed .Pp Will run --- 894,900 ---- This can avoid issues with shell quoting. For example: .Bd -literal -offset indent ! $ tmux new-window vi ~/.tmux.conf .Ed .Pp Will run *************** *** 940,946 **** $ tmux new-window \e; split-window -d ! $ tmux new-session -d 'vi /etc/passwd' \e; split-window -d \e; attach .Ed .Sh CLIENTS AND SESSIONS The --- 940,946 ---- $ tmux new-window \e; split-window -d ! $ tmux new-session -d 'vi ~/.tmux.conf' \e; split-window -d \e; attach .Ed .Sh CLIENTS AND SESSIONS The