aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-02-06 19:36:17 +0000
committerTiago Cunha <tcunha@gmx.com>2009-02-06 19:36:17 +0000
commitfe9320a064e60663e93fb9d1ca77374cd4158bdb (patch)
tree8660f36c6729a630e08d3d8f34c97489f5974675
parent5edb3246c2c629600aa142e1179b0712a9de16d8 (diff)
downloadrtmux-fe9320a064e60663e93fb9d1ca77374cd4158bdb.tar.gz
rtmux-fe9320a064e60663e93fb9d1ca77374cd4158bdb.tar.bz2
rtmux-fe9320a064e60663e93fb9d1ca77374cd4158bdb.zip
Prevent weird output on OpenBSD (probably on other BSD's too?). From nicm.
-rw-r--r--tmux.18
1 files changed, 4 insertions, 4 deletions
diff --git a/tmux.1 b/tmux.1
index bab25cc9..3bd17c38 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1,4 +1,4 @@
-.\" $Id: tmux.1,v 1.76 2009-02-06 18:38:30 tcunha Exp $
+.\" $Id: tmux.1,v 1.77 2009-02-06 19:36:17 tcunha Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
.\"
@@ -1054,9 +1054,9 @@ Execute commands from
.Ar path .
.It Xo Ic split-window
.Op Fl d
-.Oo
-.Fl l Ar lines | Fl p Ar percentage
-.Oc
+.Oo Fl l
+.Ar lines |
+.Fl p Ar percentage Oc
.Op Fl t Ar target-window
.Op Ar command
.Xc