Merge branch 'doc-fixes' of git://github.com/mrjbq7/factor

db4
Slava Pestov 2011-05-06 20:28:05 -07:00
commit 22dba34fc2
1 changed files with 2 additions and 2 deletions

View File

@ -260,11 +260,11 @@ ARTICLE: "io.launcher.examples" "Launcher examples"
}
"Running a command, appending error messages to a log file, and reading the output for further processing:"
{ $code
"\"log.txt\" <file-appender> ["
"\"log.txt\" ascii <file-appender> ["
" <process>"
" swap >>stderr"
" \"report\" >>command"
" ascii <process-reader> lines sort reverse [ print ] each"
" ascii <process-reader> stream-lines sort reverse [ print ] each"
"] with-disposal"
} ;