]> 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 10b6924b52343563351dea220a8b3a802fcf8b92..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
@@ -20,12 +20,14 @@ HELP: analyze-log
 { $description "Analyzes a log file and prints a formatted report. The " { $snippet "word-names" } " parameter is documented in " { $link analyze-entries } "." } ;
 
 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 "logger.insomniac" } " vocabulary to e-mail daily reports."
+"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"