1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00

Remove outdated (and never quite correct anyway) reference to the

"fact" that pipes were implemented as calls to socketpair().
This commit is contained in:
Peter Wemm 1996-04-03 04:57:27 +00:00
parent 92a11b8721
commit 7184fada11
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=15017

View File

@ -80,10 +80,6 @@ Widowing a pipe is the only way to deliver end-of-file to a reader:
after the reader consumes any buffered data, reading a widowed pipe
returns a zero count.
.Pp
Pipes are really a special case of the
.Xr socketpair 2
call and, in fact, are implemented as such in the system.
.Pp
The bidirectional nature of this implementation of pipes is not
portable to older systems, so it is recommended to use the convention
for using the endpoints in the traditional manner when using a