Bug 250356 - ksh's manpage description about subscripts size of index array is wrong
Summary: ksh's manpage description about subscripts size 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:45 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:22 UTC
Target Upstream Version:
Embargoed:


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

Description chuli 2007-08-01 02:45:45 UTC
Description of problem:
The description about subscripts size of index array in ksh's manpage is a bug.
It says " The value of all subscripts must be in the range of 0 through 4095."
But in fact it can reach 16777215(that is 16M-1)

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:45:53 UTC
Created attachment 160388 [details]
the patch for ksh manpage

Comment 2 Tomas Smetana 2007-08-01 11:09:22 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.