From 4e2db5e8aeaf551c2d4fa22f2a5567fff9c13bb4 Mon Sep 17 00:00:00 2001 From: nicm Date: Mon, 29 May 2017 07:46:32 +0000 Subject: [PATCH] Tweak text to mention initial size, from John Hood. --- usr.bin/tmux/tmux.1 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 31c755461da..18f7afd83ac 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.551 2017/05/15 07:54:44 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.552 2017/05/29 07:46:32 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" @@ -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: May 15 2017 $ +.Dd $Mdocdate: May 29 2017 $ .Dt TMUX 1 .Os .Sh NAME @@ -829,13 +829,13 @@ is given. and .Ar shell-command are the name of and shell command to execute in the initial window. -If -.Fl d -is used, +With +.Fl d , +the initial size is 80 x 24; .Fl x and .Fl y -specify the size of the initial window. +can be used to specify a different size. .Pp If run from a terminal, any .Xr termios 4 -- 2.20.1