diff options
Diffstat (limited to 'usr.bin/tmux/tmux.1')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index ac4984e3b44..81a5ef6cd27 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.181 2010/06/29 03:30:14 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.182 2010/07/15 21:54:20 jmc 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. |