diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-05 15:55:59 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-05 15:55:59 +0000 |
commit | 7325fea37dd75ac89828c6cfdfbcbd8d54548241 (patch) | |
tree | b76128e15ec24116a3cca69caa45dc685f947c5b | |
parent | ca198956f89d9b9d087b9aa7e93e62eeb01d25bd (diff) | |
download | rtmux-7325fea37dd75ac89828c6cfdfbcbd8d54548241.tar.gz rtmux-7325fea37dd75ac89828c6cfdfbcbd8d54548241.tar.bz2 rtmux-7325fea37dd75ac89828c6cfdfbcbd8d54548241.zip |
Man page fixes from Tiago Cunha.
-rw-r--r-- | tmux.1 | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.27 2008-06-04 16:11:53 nicm Exp $ +.\" $Id: tmux.1,v 1.28 2008-06-05 15:55:59 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -204,7 +204,7 @@ and .Ql l , will scroll left and right. .It Em copy mode -This is permits a section of a window or its history to be copied to the +This permits a section of a window or its history to be copied to the .Em paste buffer for later insertion into another window. The navigation keys move the cursor around the window, scrolling as necessary. @@ -240,7 +240,7 @@ If it is omitted and .Nm is invoked from a running .Nm -client, the session the containing client is connected to will be used; +client, the session containing the client is connected to will be used; otherwise, if only one session exists, it is chosen, or if multiple sessions exist, an error is generated. .El @@ -458,7 +458,7 @@ or .Ql npage ) to send; if the string is not recognised as a key, it is sent as a series of characters. -All the arguments are sent sequentially from first to last. +All arguments are sent sequentially from first to last. .It Xo Ic send-prefix .Op Fl c Ar client-tty .Xc |