]> 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 76c7ab6c90498912f6d5e68bfc362fbfef2fd4d6..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" } }
@@ -13,9 +13,9 @@ HELP: parse-log
 } ;
 
 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 " { $link "logging.insomniac" } " to analyze logs."
+"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"