io.timeouts-docs: fix an example formatting
The help system highlights only the last line as the code "output", so in this case it displayed only half of the text that way.master
parent
723e0e2c1a
commit
8af54ff2fa
|
@ -12,8 +12,7 @@ HELP: set-timeout
|
||||||
{ $unchecked-example
|
{ $unchecked-example
|
||||||
"USING: calendar io.launcher io.timeouts kernel ;"
|
"USING: calendar io.launcher io.timeouts kernel ;"
|
||||||
"\"sleep 10\" >process 5 seconds over set-timeout run-process"
|
"\"sleep 10\" >process 5 seconds over set-timeout run-process"
|
||||||
"Process was killed as a result of a call to"
|
"Process was killed as a result of a call to kill-process, or a timeout"
|
||||||
"kill-process, or a timeout"
|
|
||||||
}
|
}
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue