Fixed docu for run/collecting.

This commit is contained in:
mainzelm 2001-11-08 08:35:19 +00:00
parent 496198e07c
commit 937cc307d5
1 changed files with 3 additions and 3 deletions

View File

@ -348,7 +348,7 @@ some port, where the seed values express the loop state.
\remark{This procedure was formerly named \texttt{\indx{reduce-port}}.
The old binding is still provided, but is deprecated and will
probably vanish in a future release.}
probably vanish in a future release.}
\end{desc}
@ -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