diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2018-06-08 09:43:59 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2018-06-08 09:43:59 +0000 |
commit | 522d400896b03589ce78f8cd82d94a9942d2e197 (patch) | |
tree | 0492d62bb2e00d31d1b16e1ed595bee02ba3c197 /usr.bin/tmux/tmux.1 | |
parent | 92a47d2dc51e73db18bb1017e83d51df55e9653b (diff) |
Tweak previous - check for a NULL client and simplify manual text.
Diffstat (limited to 'usr.bin/tmux/tmux.1')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 8035329b8f5..60a9ecbaeea 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.601 2018/06/08 09:41:34 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.602 2018/06/08 09:43:58 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com> .\" @@ -850,8 +850,9 @@ the initial size is 80 x 24; .Fl x and .Fl y -can be used to specify a different size, with the special case "-" which uses -the size of the current terminal. +can be used to specify a different size. +.Ql - +uses the size of the current client if any. .Pp If run from a terminal, any .Xr termios 4 |