io.launcher: fix docs for with-process-reader and with-process-writer.

db4
John Benediktsson 2014-12-30 15:04:34 -08:00
parent 9fd568267d
commit 3e7bc051d4
1 changed files with 2 additions and 2 deletions

View File

@ -224,7 +224,7 @@ HELP: with-process-reader
{ "encoding" "an encoding descriptor" }
{ "quot" quotation }
}
{ $description "Launches a process and redirects its output via a pipe. The quotation is called with " { $link input-stream } " and " { $link output-stream } " rebound to this pipe." }
{ $description "Launches a process and redirects its output via a pipe. The quotation is called with " { $link input-stream } " rebound to this pipe." }
{ $examples
{ $unchecked-example
"USING: io.launcher prettyprint ;"
@ -239,7 +239,7 @@ HELP: with-process-writer
{ "encoding" "an encoding descriptor" }
{ "quot" quotation }
}
{ $description "Launches a process and redirects its input via a pipe. The quotation is called with " { $link input-stream } " and " { $link output-stream } " rebound to this pipe." } ;
{ $description "Launches a process and redirects its input via a pipe. The quotation is called with " { $link output-stream } " rebound to this pipe." } ;
HELP: wait-for-process
{ $values { "process" process } { "status" object } }