14 lines
242 B
Groff
14 lines
242 B
Groff
Name: pipe - create an interprocess channel
|
|
|
|
Syntax: int pipe (int fildes[2])
|
|
|
|
Description:
|
|
Pipe creates an I/O mechanism called a pipe.
|
|
|
|
See Also:
|
|
read(2), write(2).
|
|
|
|
Bugs:
|
|
This description could be slightly longer.
|
|
|