|
|
Reporter | Don Cragun | Assigned To | | |
---|
Priority | normal | Severity | Editorial | Type | Omission |
---|
Status | Closed | Resolution | Accepted | |
---|
Product Version | Draft 2.1 | |
---|
|
|
Name | Don Cragun |
---|
Organization | |
---|
User Reference | |
---|
Section | pipe() |
---|
Page Number | 1413 |
---|
Line Number | 47100-47102 |
---|
Final Accepted Text | |
---|
|
|
|
|
Summary | 0001576: The description of the pipe() function doesn't state which end of the pipe is placed in fildes[0] and fildes[1]. |
---|
Description | The first sentence in the DESCRIPTION section of pipe() is:
The pipe( ) function shall create a pipe and place two file descriptors, one each into the
arguments fildes[0] and fildes[1], that refer to the open file descriptions for the read and write
ends of the pipe.
It never says whether the file descriptor for reading is assigned to fildes[0] or fildes[1]. |
---|
Desired Action | Change the4 above quote to:
The pipe( ) function shall create a pipe and place two file descriptors, one each into the
arguments fildes[0] and fildes[1], that refer to the open file descriptions for the read and write
ends of the pipe, respectively. |
---|
Tags | tc3-2008 |
---|