io.launcher: Example is not very cross-platform.

db4
Doug Coleman 2014-07-10 11:21:07 -07:00
parent 60b7631e76
commit 3ad3e33006
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ HELP: kill-process
{ $values { "process" process } } { $values { "process" process } }
{ $description "Kills a running process. Does nothing if the process has already exited." } { $description "Kills a running process. Does nothing if the process has already exited." }
{ $examples { $examples
{ $example { $unchecked-example
"USING: io.launcher ;" "USING: io.launcher ;"
"\"cat\" run-detached kill-process" "\"cat\" run-detached kill-process"
"" ""