Skip to content
Snippets Groups Projects
Commit 3fc96733 authored by rtoy's avatar rtoy
Browse files

Update documentation for RUN-PROGRAM to mention that the :OUTPUT can

also be a stream.
parent a7bdebee
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment