summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernd Ahlers <bernd@cvs.openbsd.org>2005-10-12 19:52:57 +0000
committerBernd Ahlers <bernd@cvs.openbsd.org>2005-10-12 19:52:57 +0000
commitd85e2244b5db594ad7228c8ecf69d3807d39e4a3 (patch)
tree192ccc02370e865d8da866d5779a80ba626f15c9
parentbf3c9c4e0b0bf89e25f1713d83dd60061492e0dd (diff)
document new max array size
ok otto@
-rw-r--r--bin/ksh/ksh.14
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1
index e5f3ad06499..f7710862a0f 100644
--- a/bin/ksh/ksh.1
+++ b/bin/ksh/ksh.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ksh.1,v 1.105 2005/10/07 09:14:28 jmc Exp $
+.\" $OpenBSD: ksh.1,v 1.106 2005/10/12 19:52:56 bernd Exp $
.\"
.\" Public Domain
.\"
@@ -1015,7 +1015,7 @@ form
where
.Ar expr
is an arithmetic expression.
-Array indices are currently limited to the range 0 through 1023, inclusive.
+Array indices are currently limited to the range 0 through 2047, inclusive.
Parameter substitutions take the form
.Pf $ Ns Ar name ,
.Pf ${ Ns Ar name Ns } ,