diff options
author | william <william@cvs.openbsd.org> | 2010-02-26 03:32:40 +0000 |
---|---|---|
committer | william <william@cvs.openbsd.org> | 2010-02-26 03:32:40 +0000 |
commit | 32fa9d5f07e407c3dfb866756f23852c323195d3 (patch) | |
tree | e724a184240018df3ddaa48c9e576a00c991e2ae /bin | |
parent | 543a5b4beec7e29a640092691ee984936849c92c (diff) |
Array indices are limited to 0 through 10239 now.
ok jmc deraadt
Diffstat (limited to 'bin')
-rw-r--r-- | bin/ksh/ksh.1 | 6 |
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 } , |