Update of /cvsroot/scsh/scsh-0.6/doc/scsh-manual
In directory usw-pr-cvs1:/tmp/cvs-serv17979/doc/scsh-manual
Modified Files:
procnotation.tex
Log Message:
Fixed docu for run/collecting.
Index: procnotation.tex
===================================================================
RCS file: /cvsroot/scsh/scsh-0.6/doc/scsh-manual/procnotation.tex,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** procnotation.tex 2001/07/13 06:59:22 1.1
--- procnotation.tex 2001/11/08 08:35:19 1.2
***************
*** 349,353 ****
\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.}
\end{desc}
--- 349,353 ----
\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.}
\end{desc}
***************
*** 397,402 ****
\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]}
\begin{desc}
\ex{Run/collecting} and \ex{run/collecting*} run processes that produce
--- 397,402 ----
\ex{run/collecting} form and its analogous procedure, \ex{run/collecting*}.
%
! \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
|