summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-10-14 05:35:43 +0000
committerRoland McGrath <roland@gnu.org>1994-10-14 05:35:43 +0000
commitb9f962e22bfa41ffecc8542adbed8f170fedd58a (patch)
tree43f035dc603e005305ccfa61a71cbfd7f21dda20 /manual
parent3bda952156ddb258136c8c7d15e63bb1511ee446 (diff)
(Pipe Atomicity): Mention writing might block after PIPE_BUF bytes.
Diffstat (limited to 'manual')
-rw-r--r--manual/pipe.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/manual/pipe.texi b/manual/pipe.texi
index ed5a40214e..64247f17c1 100644
--- a/manual/pipe.texi
+++ b/manual/pipe.texi
@@ -200,7 +200,8 @@ once it does begin, it finishes immediately.
Reading or writing a larger amount of data may not be atomic; for
example, output data from other processes sharing the descriptor may be
-interspersed.
+interspersed. Also, once @code{PIPE_BUF} characters have been written,
+further writes will block until some characters are read.
@xref{Limits for Files}, for information about the @code{PIPE_BUF}
parameter.