]> git.ipfire.org Git - thirdparty/make.git/commitdiff
* doc/make.texi: Clarify that the jobserver pipe is "blocking"
authorPaul Smith <psmith@gnu.org>
Sat, 7 Sep 2019 01:18:48 +0000 (21:18 -0400)
committerPaul Smith <psmith@gnu.org>
Sat, 7 Sep 2019 22:27:26 +0000 (18:27 -0400)
doc/make.texi

index 9a3a2cdef444764a52338578a3b2cc6be4547b53..cb0fc06e5c51b112d451ffd394bd619cab183ee7 100644 (file)
@@ -11625,7 +11625,8 @@ On POSIX systems the jobserver is implemented as a simple UNIX pipe.
 The pipe will be pre-loaded with one single-character token for each
 available job.  To obtain an extra slot you must read a single
 character from the jobserver pipe; to release a slot you must write a
-single character back into the jobserver pipe.
+single character back into the jobserver pipe.  Note that the read
+side of the jobserver pipe is set to ``blocking'' mode.
 
 To access the pipe you must parse the @code{MAKEFLAGS} variable and
 look for the argument string @code{--jobserver-auth=R,W} where