diff options
Diffstat (limited to 'usr.bin/tmux/tmux.1')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 35e8a8c6bcb..af27f6d9145 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.43 2009/07/22 21:23:29 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.44 2009/07/24 14:50:24 sthen 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: July 22 2009 $ +.Dd $Mdocdate: July 24 2009 $ .Dt TMUX 1 .Os .Sh NAME @@ -1225,9 +1225,7 @@ Whether a key repeats may be set when it is bound using the flag to .Ic bind-key . Repeat is enabled for the default keys of the -.Ic up-pane , -.Ic down-pane , -.Ic resize-pane-up , +.Ic resize-pane-up and .Ic resize-pane-down commands. |