From d267845cfcdfaad214e1d34d55637fb9f9c2c11b Mon Sep 17 00:00:00 2001
From: Jason McIntyre <jmc@openbsd.org>
Date: Fri, 26 Mar 2010 19:30:40 +0000
Subject: [PATCH] dispense with some wacky escape sequences;

---
 tmux.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tmux.1 b/tmux.1
index ad50eea8..6509069f 100644
--- a/tmux.1
+++ b/tmux.1
@@ -405,9 +405,9 @@ Or from
 .Bd -literal -offset indent
 $ tmux kill-window -t :1
 
-$ tmux new-window \\; split-window -d
+$ tmux new-window \e; split-window -d
 
-$ tmux new-session -d 'vi /etc/passwd' \\; split-window -d \\; attach
+$ tmux new-session -d 'vi /etc/passwd' \e; split-window -d \e; attach
 .Ed
 .Sh CLIENTS AND SESSIONS
 The