diff options
author | Tiago Cunha <tcunha@gmx.com> | 2010-12-31 01:58:27 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2010-12-31 01:58:27 +0000 |
commit | 67b333ec84b7ff431b7c7659a5c0cf907a7b9450 (patch) | |
tree | 18ae2aa456994e2fd9da733acefcf6a496d7a282 | |
parent | b9f36cc226740a54e09cf2824f911615f088990e (diff) | |
download | rtmux-67b333ec84b7ff431b7c7659a5c0cf907a7b9450.tar.gz rtmux-67b333ec84b7ff431b7c7659a5c0cf907a7b9450.tar.bz2 rtmux-67b333ec84b7ff431b7c7659a5c0cf907a7b9450.zip |
Sync OpenBSD patchset 815:
Fix BUFFERS section now they are global.
-rw-r--r-- | tmux.1 | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.281 2010-12-30 22:39:49 tcunha Exp $ +.\" $Id: tmux.1,v 1.282 2010-12-31 01:58:27 tcunha Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -2528,8 +2528,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 |