From 2b57e4d7fad3b6376a2ec8e3a6e82b1620bfa302 Mon Sep 17 00:00:00 2001 From: nicm Date: Thu, 29 Jun 2017 22:02:19 +0000 Subject: [PATCH] Use 100 as the example for command-alias because the defaults are from 0 to (currently) 5. --- usr.bin/tmux/tmux.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index cc7b9acfa63..2cfa33ecc7c 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.564 2017/06/28 06:45:31 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.565 2017/06/29 22:02:19 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: June 28 2017 $ +.Dd $Mdocdate: June 29 2017 $ .Dt TMUX 1 .Os .Sh NAME @@ -2385,7 +2385,7 @@ it is replaced with .Ar value . For example, after: .Pp -.Dl set -s command-alias[2] zoom='resize-pane -Z' +.Dl set -s command-alias[100] zoom='resize-pane -Z' .Pp Using: .Pp -- 2.20.1