View Issue Details

IDProjectCategoryView StatusLast Update
0001335Online PubsSystem Interfacespublic2020-04-30 16:27
Reporterandras_farkas Assigned To 
PrioritynormalSeverityEditorialTypeError
Status AppliedResolutionAccepted 
NameAndras Farkas
Organization
User Reference
URL
Sectionfstatat
Summary0001335: Missing newline or BR element on fstatat() page
DescriptionOn the fstatat() page:
https://pubs.opengroup.org/onlinepubs/9699919799/functions/fstatat.html
The first line after SYNOPSIS looks like this:
[OH] #include <fcntl.h> #include <sys/stat.h>
It should look like this:
[OH] #include <fcntl.h>
#include <sys/stat.h>
Desired ActionRemove the space character between the two includes, and replace it with a HTML BR element between the first and second includes.
TagsNo tags attached.

Activities

Don Cragun

2020-04-20 01:51

manager   bugnote:0004826

This appears correctly in the PDF on P965, L32786-32787.

I'll move this to the Online Pubs project.

andras_farkas

2020-04-20 04:02

reporter   bugnote:0004827

Thanks, Don!
Where do I find the PDF, by the way? It's not available here:
https://pubs.opengroup.org/onlinepubs/9699919799/download/index.html

Don Cragun

2020-04-20 05:36

manager   bugnote:0004828

Last edited: 2020-04-20 05:37

Re: 0001335:0004827:
You can buy the PDF for the standard from IEEE or ISO. (I don't remember what they charge, but it isn't cheap.)

If you have a login for opengroup.org, you can sign in, click on "Standards", click on "UNIX Standards", and click on "Learn More" under the heading UNIX BASE SPECIFICATIONS ISSUE 7 2018 EDITION to find pointers to the PDF and to the online HTML that you have already found.

ajosey

2020-04-30 16:11

manager   bugnote:0004837

Change applied to the html edition

ajosey

2020-04-30 16:27

manager   bugnote:0004842

The html download bundles have also been updated

Issue History

Date Modified Username Field Change
2020-04-20 01:29 andras_farkas New Issue
2020-04-20 01:29 andras_farkas Name => Andras Farkas
2020-04-20 01:29 andras_farkas Section => fstatat
2020-04-20 01:51 Don Cragun Note Added: 0004826
2020-04-20 01:53 Don Cragun Project 1003.1(2016/18)/Issue7+TC2 => Online Pubs
2020-04-20 04:02 andras_farkas Note Added: 0004827
2020-04-20 05:36 Don Cragun Note Added: 0004828
2020-04-20 05:37 Don Cragun Note Edited: 0004828
2020-04-30 16:11 ajosey Note Added: 0004837
2020-04-30 16:11 ajosey Resolution Open => Accepted
2020-04-30 16:27 ajosey Note Added: 0004842
2020-04-30 16:27 ajosey Status New => Applied