diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-07-19 14:07:48 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-07-19 14:07:48 +0000 |
commit | bb99ad03643fafaf79a834d6c9652f19b2d429fc (patch) | |
tree | f0f8c272f7ae8ab1f3049f0240fd6b92c1832c0a /usr.bin/tmux | |
parent | be941affe73d080fba8d8d4a0c63ef0d77f39716 (diff) |
tweak previous;
Diffstat (limited to 'usr.bin/tmux')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 7948f8eeac4..5af5301cee1 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.38 2009/07/19 13:21:40 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.39 2009/07/19 14:07:47 jmc Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -987,7 +987,7 @@ Rename the current window, or the window at if specified, to .Ar new-name . .It Xo Ic resize-pane -.Op Fl DLUR +.Op Fl DLRU .Op Fl p Ar pane-index .Op Fl t Ar target-window .Op Ar adjustment @@ -1000,7 +1000,7 @@ Resize a pane, upward with to the left with .Fl L and to the right with -.Fl R. +.Fl R . The .Ar adjustment is given in lines or cells (the default is 1). @@ -1339,7 +1339,7 @@ This option defaults to off. .Op Ic on | Ic off .Xc If on, display a status line message when activity occurs in a window -for with the +for which the .Ic monitor-activity window option is enabled. .It Xo Ic visual-bell @@ -1356,7 +1356,7 @@ option. Like .Ic visual-activity , display a message when content is present in a window -for with the +for which the .Ic monitor-content window option is enabled. .El |