View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000904 | 1003.1(2013)/Issue7+TC1 | Rationale | public | 2014-12-12 16:24 | 2019-06-10 08:54 |
Reporter | nick | Assigned To | |||
Priority | normal | Severity | Editorial | Type | Error |
Status | Closed | Resolution | Accepted As Marked | ||
Name | Nick Stoughton | ||||
Organization | USENIX | ||||
User Reference | nms-threadsafe-rationale | ||||
Section | B.2.9.1 Thread-Safety | ||||
Page Number | 3606 | ||||
Line Number | 122868 | ||||
Interp Status | --- | ||||
Final Accepted Text | 0000904:0002520 | ||||
Summary | 0000904: Rationale uses non-existant limit {PIPE_MAX} | ||||
Description | The first sentence of the second paragraph reads
However, a search for "PIPE_MAX" throughout the standard finds only one other (non-index) mention of PIPE_MAX, in the rationale for write():
These two conflicting pieces of rationale should be aligned. | ||||
Desired Action | On page 3606, line 122868, change
To
| ||||
Tags | tc2-2008 |
|
Alternatively, change PIPE_MAX to PIPE_BUF in this sentence. |
|
I would prefer to change PIPE_MAX to PIPE_BUF as this is most likely the intended text. Note that PIPE_MAX is the pre-POSIX name. |
|
On page 3606, line 122868, changeWhile a read from a pipe of {PIPE_MAX}*2 bytes may not generate a single atomic ... to: While a read from a pipe of {PIPE_BUF}*2 bytes may not generate a single atomic ... |
Date Modified | Username | Field | Change |
---|---|---|---|
2014-12-12 16:24 | nick | New Issue | |
2014-12-12 16:24 | nick | Name | => Nick Stoughton |
2014-12-12 16:24 | nick | Organization | => USENIX |
2014-12-12 16:24 | nick | User Reference | => nms-threadsafe-rationale |
2014-12-12 16:24 | nick | Section | => B.2.9.1 Thread-Safety |
2014-12-12 16:24 | nick | Page Number | => 3606 |
2014-12-12 16:24 | nick | Line Number | => 122868 |
2014-12-12 16:24 | nick | Interp Status | => --- |
2014-12-12 16:36 | nick | Note Added: 0002498 | |
2014-12-16 13:24 | joerg | Note Added: 0002501 | |
2015-01-08 17:28 | Don Cragun | Note Added: 0002520 | |
2015-01-08 17:29 | geoffclare | Final Accepted Text | => 0000904:0002520 |
2015-01-08 17:29 | geoffclare | Status | New => Resolved |
2015-01-08 17:29 | geoffclare | Resolution | Open => Accepted As Marked |
2015-01-08 17:29 | geoffclare | Tag Attached: tc2-2008 | |
2019-06-10 08:54 | agadmin | Status | Resolved => Closed |