diff options
author | 2009-10-21 13:48:27 +0000 | |
---|---|---|
committer | 2009-10-21 13:48:27 +0000 | |
commit | 8b16e1525d93f9a0e70118ff918307392c0df1bf (patch) | |
tree | 07a2d15e62905da3f18ec919303987e162492fca | |
parent | Don't redraw the scroll region on linefeed/reverse index unless it is necessary (diff) | |
download | wireguard-openbsd-8b16e1525d93f9a0e70118ff918307392c0df1bf.tar.xz wireguard-openbsd-8b16e1525d93f9a0e70118ff918307392c0df1bf.zip |
Tweak descriptions for up/down pane to be clearer.
-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 88ea44311c8..15d40d562c0 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.110 2009/10/13 13:45:56 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.111 2009/10/21 13:48:27 nicm 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 |