summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicm <nicm>2013-10-10 23:31:28 +0000
committernicm <nicm>2013-10-10 23:31:28 +0000
commit17ec688ced8c1d6104cab700f9713cfa0fa1f858 (patch)
treebf8ff8463e0772d501d8ffb6f29558b7a5f6da58
parent0b77d17b35fad797b26632f3305dcd2c9b994a3f (diff)
Bracket in the wrong place in description of c0-change-trigger.
-rw-r--r--tmux.14
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux.1 b/tmux.1
index 4fb588e3..65849212 100644
--- a/tmux.1
+++ b/tmux.1
@@ -2734,8 +2734,8 @@ instead redraw it entirely every
.Ar interval
milliseconds.
This helps to prevent fast output (such as
-.Xr yes 1
-overwhelming the terminal).
+.Xr yes 1 )
+overwhelming the terminal.
The default is a trigger of 250 and an interval of 100.
A trigger of zero disables the rate limiting.
.Pp