View Issue Details

IDProjectCategoryView StatusLast Update
0001174Online PubsBase Definitions and Headerspublic2019-02-14 16:54
Reportercgraff Assigned To 
PrioritynormalSeverityEditorialTypeError
Status ClosedResolutionRejected 
NameChristopher M. Graff
Organization
User Reference
URL
SectionThe "S" directory of the alphabetical index in the web interface
Summary0001174: strtok and strtok_r have their labeling mismatched with each other in the alphabetical index
Descriptionhttp://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 ActionChange:

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
TagsNo tags attached.

Activities

geoffclare

2017-11-30 09:09

manager   bugnote:0003886

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.

Issue History

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