From f136b9fe964b0ff6eef8ab535110a3be77f86397 Mon Sep 17 00:00:00 2001 From: Michael Grant Date: Sun, 7 Jun 2026 23:55:37 +0200 Subject: [PATCH] Fix to man page -I option example. --- tmux.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.1 b/tmux.1 index e87bd34e..44eb309b 100644 --- a/tmux.1 +++ b/tmux.1 @@ -3409,7 +3409,7 @@ The flag will create an empty pane and forward any output from stdin to it. For example: .Bd -literal -offset indent -$ make 2>&1|tmux splitw \-dI & +$ make 2>&1|tmux new\-pane \-dI & .Ed .Pp All other options have the same meaning as for the