View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001837 | 1003.1(2024)/Issue8 | System Interfaces | public | 2024-07-01 16:18 | 2024-07-11 15:52 |
Reporter | geoffclare | Assigned To | |||
Priority | normal | Severity | Editorial | Type | Error |
Status | Resolved | Resolution | Accepted | ||
Name | Geoff Clare | ||||
Organization | The Open Group | ||||
User Reference | |||||
Section | getgrgid(), posix_spawn_file_actions_adddup2(), pthread_sigmask(), strftime() | ||||
Page Number | 1129, 1597, 1820, 2139 | ||||
Line Number | 38663, 53693, 60177, 69952 | ||||
Interp Status | --- | ||||
Final Accepted Text | |||||
Summary | 0001837: Editorial mistakes in function names | ||||
Description | During work on the HTML translation, a few mistakes in function names turned up (because they became broken links). | ||||
Desired Action | On 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 leakingto: 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 executingto: during the period the pthread_sigmask() call is executing On page 2139 line 69952 section strftime(), change: success and failure when strftime()() returns 0to: 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 ... | ||||
Tags | tc1-2024 |
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 |