View Issue Details

IDProjectCategoryView StatusLast Update
00018371003.1(2024)/Issue8System Interfacespublic2024-07-11 15:52
Reportergeoffclare Assigned To 
PrioritynormalSeverityEditorialTypeError
Status ResolvedResolutionAccepted 
NameGeoff Clare
OrganizationThe Open Group
User Reference
Sectiongetgrgid(), posix_spawn_file_actions_adddup2(), pthread_sigmask(), strftime()
Page Number1129, 1597, 1820, 2139
Line Number38663, 53693, 60177, 69952
Interp Status---
Final Accepted Text
Summary0001837: Editorial mistakes in function names
DescriptionDuring work on the HTML translation, a few mistakes in function names turned up (because they became broken links).
Desired ActionOn page 1129 line 38663 section getgrgid(), change:
can allocate a buffer of sufficient size to work with getgrid_r()
to:
can allocate a buffer of sufficient size to work with getgrgid_r()

On page 1597 line 53693 section posix_spawn_file_actions_adddup2(), change:
coupled with a posix_spawn_file_actions_close() to avoid leaking
to:
coupled with a posix_spawn_file_actions_addclose() to avoid leaking

On page 1820 line 60177 section pthread_sigmask(), change:
during the period the pthread_setmask() call is executing
to:
during the period the pthread_sigmask() call is executing

On page 2139 line 69952 section strftime(), change:
success and failure when strftime()() returns 0
to:
success and failure when strftime() returns 0

Cross-volume change to XRAT ...

On page 3794 line 130945 section B.2.8.5 (Rationale for Monotonic Clock), change:
The new functions are ... pthread_mutex_clockrdlock(), pthread_mutex_clockwrlock(), and ...
to:
The new functions are ... pthread_rwlock_clockrdlock(), pthread_rwlock_clockwrlock(), and ...

Tagstc1-2024

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2024-07-01 16:18 geoffclare New Issue
2024-07-01 16:18 geoffclare Name => Geoff Clare
2024-07-01 16:18 geoffclare Organization => The Open Group
2024-07-01 16:18 geoffclare Section => getgrgid(), posix_spawn_file_actions_adddup2(), pthread_sigmask(), strftime()
2024-07-01 16:18 geoffclare Page Number => 1129, 1597, 1820, 2139
2024-07-01 16:18 geoffclare Line Number => 38663, 53693, 60177, 69952
2024-07-01 16:18 geoffclare Interp Status => ---
2024-07-11 15:52 Don Cragun Status New => Resolved
2024-07-11 15:52 Don Cragun Resolution Open => Accepted
2024-07-11 15:52 Don Cragun Tag Attached: tc1-2024