pipe.7: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-10-10 18:36:27 +02:00
parent a47c1f4449
commit a448fdd698
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ is supported for pipes and FIFOs only since kernel 2.6.
.SS Portability notes
On some systems (but not Linux), pipes are bidirectional:
data can be transmitted in both directions between the pipe ends.
According to POSIX.1, pipes need only need be unidirectional.
POSIX.1 requires only unidirectional pipes.
Portable applications should avoid reliance on
bidirectional pipe semantics.
.SH SEE ALSO