io: improve docs for stream-copy*.

db4
John Benediktsson 2012-08-14 15:12:19 -07:00
parent 2854ecd4ec
commit 980f1236cf
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ $io-error ;
HELP: stream-copy*
{ $values { "in" "an input stream" } { "out" "an output stream" } }
{ $description "Copies the contents of one stream into another. The streams are left open when the copy is completed." { $link stream-copy } " will copy the streams and close them on completion." }
{ $description "Copies the contents of one stream into another. The streams are left open when the copy is completed. The " { $link stream-copy } " word can be used instead to close them on completion, if desired." }
$io-error ;
HELP: stream-copy