]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(Pipe Atomicity): Mention writing might block after PIPE_BUF bytes.
authorRoland McGrath <roland@gnu.org>
Fri, 14 Oct 1994 05:35:43 +0000 (05:35 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 14 Oct 1994 05:35:43 +0000 (05:35 +0000)
manual/pipe.texi

index ed5a40214ebb7dbc0c55ad8978a843b84462446f..64247f17c186e40544e25cd4b54b1b32990a2d21 100644 (file)
@@ -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.