More wording changes for description of pipes.

This commit is contained in:
Michael Kerrisk 2005-12-19 15:16:35 +00:00
parent 284da535f4
commit 6d56395449
1 changed files with 4 additions and 4 deletions

View File

@ -37,10 +37,10 @@ A pipe is created using
which creates a new pipe and returns two file descriptors,
one referring to the read end of the pipe,
the other referring to the write end.
Pipes allow communication between related processes:
one process creates the pipe, and then allows another process to inherit
duplicate file descriptors referring to the pipe as a result of calling
.BR fork (2).
Pipes can be used to create a communication channel between related
processes; see
.BR pipe (2)
for an example.
A FIFO (short for First In First Out) has a name within the file
system (created using