View Issue Details

IDProjectCategoryView StatusLast Update
0001475Issue 8 draftsSystem Interfacespublic2024-06-11 09:12
Reportercmsmith Assigned To 
PrioritynormalSeverityEditorialTypeClarification Requested
Status ClosedResolutionAccepted 
Product VersionDraft 2 
NameCurtis Smith
Organization
User Reference
Sectionsocket(), shutdown()
Page Number1898, 1953
Line Number61830-61837, 63555
Final Accepted Text
Summary0001475: socket() and shutdown() should refer to close()
DescriptionThe socket() function description does not mention that the file descriptor returned should eventually be closed with the close() function. The see-also section mentions several related functions such as shutdown() but omits close(), and a reader may wrongly conclude that the proper way to relinquish the resources obtained through socket() is to merely call shutdown() as the shutdown() description makes no mention of close() as well.
Desired ActionIn the shutdown() Application Usage, line 61830, replace "None" with "The file descriptor remains open after shutdown() returns to the calling application."

In the "See Also" sections for shutdown() and socket(), add a reference to the close() function.
Tagsissue8

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2021-05-19 01:36 cmsmith New Issue
2021-05-19 01:36 cmsmith Name => Curtis Smith
2021-05-19 01:36 cmsmith Section => socket(), shutdown()
2021-05-19 01:36 cmsmith Page Number => 1898, 1953
2021-05-19 01:36 cmsmith Line Number => 61830-61837, 63555
2021-06-17 15:09 Don Cragun Status New => Resolved
2021-06-17 15:09 Don Cragun Resolution Open => Accepted
2021-06-17 15:10 Don Cragun Tag Attached: issue8
2021-06-22 08:52 geoffclare Status Resolved => Applied
2024-06-11 09:12 agadmin Status Applied => Closed