summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@cvs.openbsd.org>2009-07-10 19:01:41 +0000
committerNicholas Marriott <nicm@cvs.openbsd.org>2009-07-10 19:01:41 +0000
commit4db225e9083489c8e745ece3008c997c52d4f968 (patch)
tree4e53e184146ef7df72a97418bf22cd6ae4bd21d0
parentd2fc4e88a563a0b097187b63b912405a4f027d7a (diff)
paste-buffer -d was not documented. From Kalle Olavi Niemitalo.
-rw-r--r--usr.bin/tmux/tmux.15
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1
index 76eff916dd2..b0362064e3e 100644
--- a/usr.bin/tmux/tmux.1
+++ b/usr.bin/tmux/tmux.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tmux.1,v 1.22 2009/07/10 05:50:54 nicm Exp $
+.\" $OpenBSD: tmux.1,v 1.23 2009/07/10 19:01:40 nicm Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
.\"
@@ -894,6 +894,9 @@ is used, move to the next window with a bell, activity or content alert.
.Xc
.D1 (alias: Ic pasteb )
Insert the contents of a paste buffer into the current window.
+With
+.Fl d ,
+also delete the paste buffer from the stack.
.It Xo Ic previous-window
.Op Fl a
.Op Fl t Ar target-session