View Issue Details

IDProjectCategoryView StatusLast Update
0001458Online PubsSystem Interfacespublic2021-11-12 17:20
Reporterandras_farkas Assigned To 
PrioritynormalSeverityEditorialTypeOmission
Status AppliedResolutionAccepted 
NameAndras Farkas
Organization
User Reference
URLhttps://pubs.opengroup.org/onlinepubs/9699919799/functions/semctl.html
Sectionsemctl
Summary0001458: semctl missing first link to sys/sem.h
DescriptionOn
https://pubs.opengroup.org/onlinepubs/9699919799/functions/semctl.html
The first link that would normally be included isn't there.
In the text
#include <sys/sem.h>
the text
sys/sem.h
should be a link to
https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_sem.h.html

The semget and semop pages are currently correct, only semctl has this omission of a link.

This omission also affects the previous standard's equivalent page, too:
https://pubs.opengroup.org/onlinepubs/009695399/functions/semctl.html
Desired ActionMake the text "sys/sem.h" in "#include <sys/sem.h>" a link to
https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_sem.h.html
TagsNo tags attached.

Activities

geoffclare

2021-03-15 09:16

manager   bugnote:0005269

Looks like the root cause of this is that the troff source has:
#include\ <sys/sem.h>

The HTML translator is presumably looking for something like "#include[[:blank:]]*<" and so the backslash throws it off.

I will remove the backslash so that when the translator is run for Issue 8 the problem is not repeated, but the problem should in the meantime be corrected by hand in the current online edition.

agadmin

2021-11-12 17:19

administrator   bugnote:0005524

Updated the online copy and the gitlab copy.

agadmin

2021-11-12 17:20

administrator   bugnote:0005525

The download bundles have also been updated

Issue History

Date Modified Username Field Change
2021-03-13 10:08 andras_farkas New Issue
2021-03-13 10:08 andras_farkas Name => Andras Farkas
2021-03-13 10:08 andras_farkas URL => https://pubs.opengroup.org/onlinepubs/9699919799/functions/semctl.html
2021-03-13 10:08 andras_farkas Section => semctl
2021-03-15 09:16 geoffclare Note Added: 0005269
2021-11-12 17:19 agadmin Note Added: 0005524
2021-11-12 17:20 agadmin Note Added: 0005525
2021-11-12 17:20 agadmin Status New => Applied
2021-11-12 17:20 agadmin Resolution Open => Accepted