From fe9320a064e60663e93fb9d1ca77374cd4158bdb Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Fri, 6 Feb 2009 19:36:17 +0000 Subject: [PATCH] Prevent weird output on OpenBSD (probably on other BSD's too?). From nicm. --- tmux.1 | 8 ++++---- 1 file 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 .\" @@ -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