aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornicm <nicm>2017-10-08 16:45:01 +0000
committernicm <nicm>2017-10-08 16:45:01 +0000
commit0b4c408168c170f0986a8dd862ec949942b2eaa8 (patch)
tree9c1e0ae0d15eebfb98a282c7ef3e2b30a3ef1b33
parent9c4caf49a2e65ca03efe67332493de28c177be14 (diff)
downloadrtmux-0b4c408168c170f0986a8dd862ec949942b2eaa8.tar.gz
rtmux-0b4c408168c170f0986a8dd862ec949942b2eaa8.tar.bz2
rtmux-0b4c408168c170f0986a8dd862ec949942b2eaa8.zip
Fix description of history_size, from Campbell Barton.
-rw-r--r--tmux.12
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.1 b/tmux.1
index 218a16d2..1d02efab 100644
--- a/tmux.1
+++ b/tmux.1
@@ -3649,7 +3649,7 @@ The following variables are available, where appropriate:
.It Li "cursor_y" Ta "" Ta "Cursor Y position in pane"
.It Li "history_bytes" Ta "" Ta "Number of bytes in window history"
.It Li "history_limit" Ta "" Ta "Maximum window history lines"
-.It Li "history_size" Ta "" Ta "Size of history in bytes"
+.It Li "history_size" Ta "" Ta "Size of history in lines"
.It Li "hook" Ta "" Ta "Name of running hook, if any"
.It Li "hook_pane" Ta "" Ta "ID of pane where hook was run, if any"
.It Li "hook_session" Ta "" Ta "ID of session where hook was run, if any"