diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2010-12-30 23:17:41 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2010-12-30 23:17:41 +0000 |
commit | 2b3c2fd8523e94f13d6063abed72bdea8ac8cacb (patch) | |
tree | bcdf86975b0ecd99a3961450cccba152dac67696 | |
parent | cc42614fa92a0fd93ae359af6562401a2d3d00d7 (diff) | |
download | rtmux-2b3c2fd8523e94f13d6063abed72bdea8ac8cacb.tar.gz rtmux-2b3c2fd8523e94f13d6063abed72bdea8ac8cacb.tar.bz2 rtmux-2b3c2fd8523e94f13d6063abed72bdea8ac8cacb.zip |
Fix BUFFERS section now they are global.
-rw-r--r-- | tmux.1 | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -2524,8 +2524,7 @@ with the exception that #() are not handled. .Sh BUFFERS .Nm maintains a stack of -.Em paste buffers -for each session. +.Em paste buffers . Up to the value of the .Ic buffer-limit option are kept; when a new buffer is added, the buffer at the bottom of the |