]> gitweb.factorcode.org Git - factor.git/commitdiff
io.timeouts-docs: fix an example formatting
authorAlexander Iljin <ajsoft@yandex.ru>
Wed, 15 May 2019 10:24:20 +0000 (12:24 +0200)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 14 Apr 2020 17:41:04 +0000 (10:41 -0700)
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

index 26ce1043c4d51d4758d6aea3af57023779295401..a8a774a6beffecc621a1d3391209188ecd81ebe1 100644 (file)
@@ -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"
   }
 } ;