diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-10-23 17:24:57 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-10-23 17:24:57 +0000 |
commit | 9731625230c71bfef82e984ad06faede4e816d56 (patch) | |
tree | 3dcd284ba9195fdf96c14d5978764985603f73b2 | |
parent | a572533c891713deca3898e6999db63ef6e247df (diff) | |
download | rtmux-9731625230c71bfef82e984ad06faede4e816d56.tar.gz rtmux-9731625230c71bfef82e984ad06faede4e816d56.tar.bz2 rtmux-9731625230c71bfef82e984ad06faede4e816d56.zip |
Sync OpenBSD patchset 428:
Tweak descriptions for up/down pane to be clearer.
-rw-r--r-- | tmux.1 | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.192 2009-10-15 01:52:47 tcunha Exp $ +.\" $Id: tmux.1,v 1.193 2009-10-23 17:24:57 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: October 13 2009 $ +.Dd $Mdocdate: October 21 2009 $ .Dt TMUX 1 .Os .Sh NAME @@ -725,7 +725,7 @@ to keys. .It Ic down-pane Op Fl t Ar target-pane .D1 (alias: Ic downp ) -Move down a pane. +Change the active pane to the next pane (higher index). .It Xo Ic find-window .Op Fl t Ar target-window .Ar match-string @@ -1013,7 +1013,7 @@ is specified and the window is linked to only one session, it is unlinked and destroyed. .It Ic up-pane Op Fl t Ar target-pane .D1 (alias: Ic upp ) -Move up a pane. +Change the active pane to the previous pane (lower index). .El .Sh KEY BINDINGS .Nm |