CMUCL commit: src/docs/cmu-user (extensions.tex)
Raymond Toy
rtoy at common-lisp.net
Wed Dec 30 17:35:10 CET 2009
Date: Wednesday, December 30, 2009 @ 11:35:10
Author: rtoy
Path: /project/cmucl/cvsroot/src/docs/cmu-user
Modified: extensions.tex
Update documentation for RUN-PROGRAM to mention that the :OUTPUT can
also be a stream.
----------------+
extensions.tex | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Index: src/docs/cmu-user/extensions.tex
diff -u src/docs/cmu-user/extensions.tex:1.40 src/docs/cmu-user/extensions.tex:1.41
--- src/docs/cmu-user/extensions.tex:1.40 Tue Mar 10 21:19:27 2009
+++ src/docs/cmu-user/extensions.tex Wed Dec 30 11:35:10 2009
@@ -1168,7 +1168,9 @@
\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:
More information about the cmucl-commit
mailing list