Fixed docu for run/collecting.
This commit is contained in:
parent
496198e07c
commit
937cc307d5
|
@ -396,8 +396,8 @@ streams from a process. For instance, he may wish to read the stdout and
|
|||
stderr streams into two distinct strings. This is accomplished with the
|
||||
\ex{run/collecting} form and its analogous procedure, \ex{run/collecting*}.
|
||||
%
|
||||
\dfn {run/collecting} {fds . epf} {[port\ldots]} {syntax}
|
||||
\defunx {run/collecting*} {fds thunk} {[port\ldots]}
|
||||
\dfn {run/collecting} {fds . epf} {[status port\ldots]} {syntax}
|
||||
\defunx {run/collecting*} {fds thunk} {[status port\ldots]}
|
||||
\begin{desc}
|
||||
\ex{Run/collecting} and \ex{run/collecting*} run processes that produce
|
||||
multiple output streams and return ports open on these streams. To avoid
|
||||
|
|
Loading…
Reference in New Issue