diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2017-05-29 07:46:33 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2017-05-29 07:46:33 +0000 |
commit | c1d6da652cbeb02bab615096866db60904632f63 (patch) | |
tree | 2259fbf9d46cb9904a01ac09765a41ddd5792218 /usr.bin | |
parent | f8641721dac0f00dfe1d895e09f0142aa0986c46 (diff) |
Tweak text to mention initial size, from John Hood.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 12 |
1 files 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 <nicholas.marriott@gmail.com> .\" @@ -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 |