Use 100 as the example for command-alias because the defaults are from 0
authornicm <nicm@openbsd.org>
Thu, 29 Jun 2017 22:02:19 +0000 (22:02 +0000)
committernicm <nicm@openbsd.org>
Thu, 29 Jun 2017 22:02:19 +0000 (22:02 +0000)
to (currently) 5.

usr.bin/tmux/tmux.1

index cc7b9ac..2cfa33e 100644 (file)
@@ -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 <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: 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