]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/logging/parser/parser-docs.factor
factor: trim using lists
[factor.git] / basis / logging / parser / parser-docs.factor
index 7ab1ad388379f39507130dfad2b9f2191a092505..d02a73ea54c9ce27b39664827ad47f4cfa9b2974 100644 (file)
@@ -1,5 +1,5 @@
+USING: calendar help.markup help.syntax ;
 IN: logging.parser
-USING: help.markup help.syntax assocs logging math calendar ;
 
 HELP: parse-log
 { $values { "lines" "a sequence of strings" } { "entries" "a sequence of log entries" } }
@@ -16,6 +16,6 @@ ARTICLE: "logging.parser" "Log file parser"
 "The " { $vocab-link "logging.parser" } " vocabulary parses log files output by the " { $vocab-link "logging" } " vocabulary. It is used by " { $link "logging.analysis" } " and " { $vocab-link "logging.insomniac" } " to analyze logs."
 $nl
 "There is only one primary entry point:"
-{ $subsection parse-log } ;
+{ $subsections parse-log } ;
 
 ABOUT: "logging.parser"