Fix to man page -I option example.

This commit is contained in:
Michael Grant
2026-06-07 23:55:37 +02:00
parent 4d3694807d
commit f136b9fe96

2
tmux.1
View File

@@ -3409,7 +3409,7 @@ The
flag will create an empty pane and forward any output from stdin to it. flag will create an empty pane and forward any output from stdin to it.
For example: For example:
.Bd -literal -offset indent .Bd -literal -offset indent
$ make 2>&1|tmux splitw \-dI & $ make 2>&1|tmux new\-pane \-dI &
.Ed .Ed
.Pp .Pp
All other options have the same meaning as for the All other options have the same meaning as for the