summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/ksh/ksh.16
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1
index 0565770db72..7a1f4b37a27 100644
--- a/bin/ksh/ksh.1
+++ b/bin/ksh/ksh.1
@@ -1,8 +1,8 @@
-.\" $OpenBSD: ksh.1,v 1.130 2010/02/25 13:45:54 schwarze Exp $
+.\" $OpenBSD: ksh.1,v 1.131 2010/02/26 03:32:39 william Exp $
.\"
.\" Public Domain
.\"
-.Dd $Mdocdate: February 25 2010 $
+.Dd $Mdocdate: February 26 2010 $
.Dt KSH 1
.Os
.Sh NAME
@@ -1040,7 +1040,7 @@ form
where
.Ar expr
is an arithmetic expression.
-Array indices are currently limited to the range 0 through 2047, inclusive.
+Array indices are currently limited to the range 0 through 10239, inclusive.
Parameter substitutions take the form
.Pf $ Ns Ar name ,
.Pf ${ Ns Ar name Ns } ,