From 3fc967332ed7fcc9cd644dcdaa457436fbb7ec1d Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Wed, 30 Dec 2009 16:35:10 +0000 Subject: [PATCH] Update documentation for RUN-PROGRAM to mention that the :OUTPUT can also be a stream. --- docs/cmu-user/extensions.tex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/cmu-user/extensions.tex b/docs/cmu-user/extensions.tex index fac064e27..bd887b62f 100644 --- a/docs/cmu-user/extensions.tex +++ b/docs/cmu-user/extensions.tex @@ -1168,7 +1168,9 @@ It is possible to run programs from Lisp by using the following function. \kwd{wait} is \nil{} since two processes may write to the terminal at the same time. If specified as \kwd{stream}, then the \code{process-output} slot contains an input stream from which you - can read the program's output. + can read the program's output. \kwd{output} can also be a stream + in which case all output from the process is written to this + stream. \item[\kwd{if-output-exists}] This specifies what to do if the output file already exists. The following values are valid: -- GitLab