]> gitweb.factorcode.org Git - factor.git/commitdiff
logging.insomniac: fix docs
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Sun, 3 Oct 2010 02:06:45 +0000 (19:06 -0700)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Sun, 3 Oct 2010 02:06:45 +0000 (19:06 -0700)
basis/logging/insomniac/insomniac-docs.factor

index ccec5e50cf17a324ffdb3d042a08413779ca740e..4a989cfc878e76ad8db2630d9a140cecc3fe5e5d 100644 (file)
@@ -8,11 +8,6 @@ HELP: insomniac-sender
 HELP: insomniac-recipients
 { $var-description "A sequence of e-mail addresses to mail log reports to. Must be set before " { $vocab-link "logging.insomniac" } " is used." } ;
 
-HELP: ?analyze-log
-{ $values { "service" "a log service name" } { "word-names" "a sequence of strings" } { "string/f" string } }
-{ $description "Analyzes the most recent log and outputs the string analysis, or outputs " { $link f } " if it doesn't exist." }
-{ $see-also analyze-log } ;
-
 HELP: email-log-report
 { $values { "service" "a log service name" } { "word-names" "a sequence of strings" } }
 { $description "E-mails a log report for the given log service. The " { $link insomniac-sender } " and " { $link insomniac-recipients } " parameters must be set up first. The " { $snippet "word-names" } " parameter is documented in " { $link analyze-entries } "." } ;