From 8af54ff2fa6343bcb8c8f38dd40872fe18e637c4 Mon Sep 17 00:00:00 2001 From: Alexander Iljin Date: Wed, 15 May 2019 12:24:20 +0200 Subject: [PATCH] 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. --- basis/io/timeouts/timeouts-docs.factor | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/basis/io/timeouts/timeouts-docs.factor b/basis/io/timeouts/timeouts-docs.factor index 26ce1043c4..a8a774a6be 100644 --- a/basis/io/timeouts/timeouts-docs.factor +++ b/basis/io/timeouts/timeouts-docs.factor @@ -12,8 +12,7 @@ HELP: set-timeout { $unchecked-example "USING: calendar io.launcher io.timeouts kernel ;" "\"sleep 10\" >process 5 seconds over set-timeout run-process" - "Process was killed as a result of a call to" - "kill-process, or a timeout" + "Process was killed as a result of a call to kill-process, or a timeout" } } ;