]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/logging/analysis/analysis-docs.factor
factor: trim using lists
[factor.git] / basis / logging / analysis / analysis-docs.factor
index 98ad28e4f63f31da79236d5af9a7620bf934e80f..e11cfe2041570860b7fe5f80afe2dddbb77fa7f1 100644 (file)
@@ -1,4 +1,4 @@
-USING: help.markup help.syntax assocs logging math ;
+USING: help.markup help.syntax assocs logging ;
 IN: logging.analysis
 
 HELP: analyze-entries
@@ -23,9 +23,11 @@ ARTICLE: "logging.analysis" "Log analysis"
 "The " { $vocab-link "logging.analysis" } " vocabulary builds on the " { $vocab-link "logging.parser" } " vocabulary. It parses log files and produces formatted summary reports. It is used by the " { $vocab-link "logging.insomniac" } " vocabulary to e-mail daily reports."
 $nl
 "Print log file summary:"
-{ $subsection analyze-log }
+{ $subsections analyze-log }
 "Factors:"
-{ $subsection analyze-entries }
-{ $subsection analysis. } ;
+{ $subsections
+    analyze-entries
+    analysis.
+} ;
 
 ABOUT: "logging.analysis"