From 4098c60752bb2908f6a9e9dbe252d14c00e3e80e Mon Sep 17 00:00:00 2001 From: sperber Date: Fri, 1 Feb 2002 15:34:05 +0000 Subject: [PATCH] RUN returns an exit status, not a proc object. --- doc/scsh-manual/procnotation.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/scsh-manual/procnotation.tex b/doc/scsh-manual/procnotation.tex index 74e9c79..e0ec383 100644 --- a/doc/scsh-manual/procnotation.tex +++ b/doc/scsh-manual/procnotation.tex @@ -188,7 +188,7 @@ There are three basic {\Scheme} forms that use extended process forms: \dfn {exec-epf} {. \var{epf}} {\noreturn} {syntax} \dfnx {\&} {. \var{epf}} {proc} {syntax} -\dfnx {run} {. \var{epf}} {proc} {syntax} +\dfnx {run} {. \var{epf}} {status} {syntax} \begin{desc} \index{exec-epf} \index{\&} \index{run} The \ex{(exec-epf . \var{epf})} form nukes the current process: it establishes