diff options
author | 2010-12-30 23:17:41 +0000 | |
---|---|---|
committer | 2010-12-30 23:17:41 +0000 | |
commit | 1d0221303620fe9628b09ac7ca300f358d28e6d9 (patch) | |
tree | c81b240e643c971e415a24a1538879925909dd45 | |
parent | Change from a per-session stack of buffers to one global stack which is (diff) | |
download | wireguard-openbsd-1d0221303620fe9628b09ac7ca300f358d28e6d9.tar.xz wireguard-openbsd-1d0221303620fe9628b09ac7ca300f358d28e6d9.zip |
Fix BUFFERS section now they are global.
-rw-r--r-- | usr.bin/tmux/tmux.1 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 46b254e1c13..afcc665a965 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.198 2010/12/30 23:16:18 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.199 2010/12/30 23:17:41 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -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 |