From 6981b79283c02365cfa2dcb2477e98cb7b3fdab4 Mon Sep 17 00:00:00 2001 From: nicm Date: Mon, 23 Jan 2023 09:33:51 +0000 Subject: [PATCH] Too many \s in example, GitHub issue 3445. --- usr.bin/tmux/tmux.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index a46e3f6e1c6..3963a49416d 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.912 2023/01/20 21:36:00 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.913 2023/01/23 09:33:51 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" @@ -14,7 +14,7 @@ .\" 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: January 20 2023 $ +.Dd $Mdocdate: January 23 2023 $ .Dt TMUX 1 .Os .Sh NAME @@ -542,7 +542,7 @@ for example in these .Xr sh 1 commands: .Bd -literal -offset indent -$ tmux neww\e\e; splitw +$ tmux neww\e; splitw .Ed .Pp Or: -- 2.20.1