aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2010-07-17 14:39:01 +0000
committerTiago Cunha <tcunha@gmx.com>2010-07-17 14:39:01 +0000
commitae45c2ea45301e2b94ec3b38f691ad7e0669b867 (patch)
tree1172a25c9063908d14db38a61ee63e4ada345224
parent11f81e8134c238c399539c4eec125e891256acd9 (diff)
downloadrtmux-ae45c2ea45301e2b94ec3b38f691ad7e0669b867.tar.gz
rtmux-ae45c2ea45301e2b94ec3b38f691ad7e0669b867.tar.bz2
rtmux-ae45c2ea45301e2b94ec3b38f691ad7e0669b867.zip
Sync OpenBSD patchset 736:
some escapes i missed;
-rw-r--r--tmux.18
1 files changed, 4 insertions, 4 deletions
diff --git a/tmux.1 b/tmux.1
index 61fee080..d01a43bb 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1,4 +1,4 @@
-.\" $Id: tmux.1,v 1.263 2010-07-02 02:54:52 tcunha Exp $
+.\" $Id: tmux.1,v 1.264 2010-07-17 14:39:01 tcunha Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
.\"
@@ -14,7 +14,7 @@
.\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
.\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: June 29 2010 $
+.Dd $Mdocdate: July 15 2010 $
.Dt TMUX 1
.Os
.Sh NAME
@@ -254,9 +254,9 @@ Choose which buffer to paste interactively from a list.
List all key bindings.
.It D
Choose a client to detach.
-.It [
+.It \&[
Enter copy mode to copy text or view the history.
-.It ]
+.It \&]
Paste the most recently copied buffer of text.
.It c
Create a new window.