Bug 250359 - description in ksh's manpage about subscript of index array is wrong
Summary: description in ksh's manpage about subscript of index array is wrong
Keywords:
Status: CLOSED DUPLICATE of bug 250360
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: ksh
Version: 5.0
Hardware: All
OS: Linux
low
low
Target Milestone: ---
: ---
Assignee: Tomas Smetana
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-08-01 02:56 UTC by chuli
Modified: 2007-11-30 22:07 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-08-01 11:09:50 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
the patch for ksh manpage (340 bytes, patch)
2007-08-01 02:56 UTC, chuli
no flags Details | Diff

Description chuli 2007-08-01 02:56:47 UTC
Description of problem:
The description in ksh's manpage about subscript of index array is wrong.
It says that "The value of all subscripts must be in the range of 0 through 
4095."
In fact, the subscript reach to 16777215.

Version-Release number of selected component (if applicable):
ksh-20060214-1.4

How reproducible:
100%

Steps to Reproduce:
1.man ksh
  
Actual results:
"The value of all subscripts must be in the range of 0 through 4095." will be 
outputed.

Expected results:
"The value of all subscripts must be in the range of 0 through 16777215." will 
be outputed.

Comment 1 chuli 2007-08-01 02:56:48 UTC
Created attachment 160389 [details]
the patch for ksh manpage

Comment 2 Tomas Smetana 2007-08-01 11:09:50 UTC

*** This bug has been marked as a duplicate of 250360 ***


Note You need to log in before you can comment on or make changes to this bug.