View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001174 | Online Pubs | Base Definitions and Headers | public | 2017-11-29 20:06 | 2019-02-14 16:54 |
Reporter | cgraff | Assigned To | |||
Priority | normal | Severity | Editorial | Type | Error |
Status | Closed | Resolution | Rejected | ||
Name | Christopher M. Graff | ||||
Organization | |||||
User Reference | |||||
URL | |||||
Section | The "S" directory of the alphabetical index in the web interface | ||||
Summary | 0001174: strtok and strtok_r have their labeling mismatched with each other in the alphabetical index | ||||
Description | http://pubs.opengroup.org/onlinepubs/9699919799/idx/is.html These two titles appear to be mismatched strtok(), strtok_r - split string into tokens strtok_r(), strtok - split string into tokens | ||||
Desired Action | Change: strtok(), strtok_r - split string into tokens strtok_r(), strtok - split string into tokens to: strtok(), strtok - split string into tokens strtok_r(), strtok_r - split string into tokens | ||||
Tags | No tags attached. |
|
There is no bug here, it is just the way pages which describe multiple functions are handled in the alphabetical index. Look a little higher on the S page and you'll see: srandom(), initstate, random, setstate - pseudo-random number functions and higher still: setstate(), initstate, random, srandom - pseudo-random number functions Then on the I and R pages there are: initstate(), random, setstate, srandom - pseudo-random number functions and: random(), initstate, setstate, srandom - pseudo-random number functions In the case of strtok and strtok_r (and other functions that differ only by a suffix) the entries end up next to each other. |
Date Modified | Username | Field | Change |
---|---|---|---|
2017-11-29 20:06 | cgraff | New Issue | |
2017-11-29 20:06 | cgraff | Name | => Christopher M. Graff |
2017-11-29 20:06 | cgraff | Section | => The "S" directory of the alphabetical index in the web interface |
2017-11-29 20:06 | cgraff | Page Number | => http://pubs.opengroup.org/onlinepubs/9699919799/idx/is.html |
2017-11-29 20:06 | cgraff | Line Number | => http://pubs.opengroup.org/onlinepubs/9699919799/idx/is.html |
2017-11-30 09:00 | geoffclare | Project | 1003.1(2016/18)/Issue7+TC2 => Online Pubs |
2017-11-30 09:09 | geoffclare | Note Added: 0003886 | |
2019-02-14 16:54 | geoffclare | Status | New => Closed |
2019-02-14 16:54 | geoffclare | Resolution | Open => Rejected |