summaryrefslogtreecommitdiff
path: root/usr.bin/tmux
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@cvs.openbsd.org>2017-06-29 22:02:20 +0000
committerNicholas Marriott <nicm@cvs.openbsd.org>2017-06-29 22:02:20 +0000
commited0bc368bffc96dcb25bb88479ed2484e6b5e933 (patch)
treedc6f9fe35573ea52399fd9b0a491a9697a3aa311 /usr.bin/tmux
parentc5563b60a89478719e7dbf2541f2b867e64b2d24 (diff)
Use 100 as the example for command-alias because the defaults are from 0
to (currently) 5.
Diffstat (limited to 'usr.bin/tmux')
-rw-r--r--usr.bin/tmux/tmux.16
1 files 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 <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