View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000843 | 1003.1(2008)/Issue 7 | System Interfaces | public | 2014-06-02 18:52 | 2019-06-10 08:54 |
Reporter | sebor | Assigned To | ajosey | ||
Priority | normal | Severity | Editorial | Type | Error |
Status | Closed | Resolution | Accepted As Marked | ||
Name | Martin sebor | ||||
Organization | Cisco Systems, Inc. | ||||
User Reference | |||||
Section | mkdir | ||||
Page Number | 2964 | ||||
Line Number | 98169, 98170 | ||||
Interp Status | --- | ||||
Final Accepted Text | See 0000843:0002264. | ||||
Summary | 0000843: mkdir -p exit status inaccurate | ||||
Description | mkdir specifies that the exit values shall be zero when: All the specified directories were created successfully or the -p option was specified and all the specified directories now exist. The part "all the specified directories now exist" suggests that the directories are guaranteed to exist at the time the command exits (i.e., the word "now" means "immediately after mkdir exits"), even though it may not be the case when another process executing concurrently with mkdir removes one or more of the the directories just after mkdir has verified their existence but before it has exited. | ||||
Desired Action | Replace the sentence: All the specified directories were created successfully or the -p option was specified and all the specified directories now exist. with: All the specified directories were created successfully or the -p option was specified and all the specified directories were either found to already exist or created successfully. | ||||
Tags | tc2-2008 |
|
On page 2964 lines 98169-98170, change:
to:
|
Date Modified | Username | Field | Change |
---|---|---|---|
2014-06-02 18:52 | sebor | New Issue | |
2014-06-02 18:52 | sebor | Status | New => Under Review |
2014-06-02 18:52 | sebor | Assigned To | => ajosey |
2014-06-02 18:52 | sebor | Name | => Martin sebor |
2014-06-02 18:52 | sebor | Organization | => Cisco Systems, Inc. |
2014-06-02 18:52 | sebor | Section | => mkdir |
2014-06-02 18:52 | sebor | Page Number | => 2964 |
2014-06-02 18:52 | sebor | Line Number | => 98169, 98170 |
2014-06-12 16:00 | Don Cragun | Note Added: 0002264 | |
2014-06-12 16:02 | Don Cragun | Interp Status | => --- |
2014-06-12 16:02 | Don Cragun | Final Accepted Text | => See 0000843:0002264. |
2014-06-12 16:02 | Don Cragun | Status | Under Review => Resolved |
2014-06-12 16:02 | Don Cragun | Resolution | Open => Accepted As Marked |
2014-06-12 16:02 | Don Cragun | Tag Attached: tc2-2008 | |
2014-06-12 16:02 | Don Cragun | Note Edited: 0002264 | |
2019-06-10 08:54 | agadmin | Status | Resolved => Closed |