man/log2mail.1.html in log2mail-0.0.1.pre3 vs man/log2mail.1.html in log2mail-0.0.1.pre4
- old
+ new
@@ -91,11 +91,11 @@
<h2 id="DESCRIPTION">DESCRIPTION</h2>
<p><code>log2mail.rb</code> helps having an eye on your systems' log files. It efficiently monitors multiple files and reports as soon as specified (regular expression) patterns match.</p>
-<p>On startup, <code>log2mail.rb</code> opens all files on the 'watch list' and seeks to EOF. All new data are parsed about once a minute (see <code>--sleeptime</code>). <!-- If necessary, i.e. when multiline patterns are set for the file, every new data is put into a fixed-size buffer. The buffer is rolled over when it gets full. --> Matched patterns are reported to the configured mail address(es) (see <code>mailto</code> configuration option).</p>
+<p>On startup, <code>log2mail.rb</code> opens all files on the 'watch list' and seeks to EOF. All new data are parsed about once a minute (see <code>--sleeptime</code>). Matched patterns are reported to the configured mail address(es) (see <code>mailto</code> configuration option).</p>
<p>Log files are reopened automatically when rotated.</p>
<p><code>log2mail.rb</code> is a pure ruby clone of <a href="https://packages.debian.org/squeeze/log2mail">log2mail</a> which supports most of the original's features and configuration syntax and adds multiline regular expression matching. Actually it should be possible to use <code>log2mail.rb</code> with your existing configuration you may have for <span class="man-ref">log2mail<span class="s">(8)</span></span>.</p>
@@ -177,10 +177,10 @@
<p>December 2014:
This software is not feature-complete and in pre-release testing.</p>
<h2 id="AUTHOR">AUTHOR</h2>
-<p>Markus Strauss <<a href="mailto:log2mail@dev.sieb.mx" data-bare-link="true">log2mail@dev.sieb.mx</a>></p>
+<p>Markus Strauss <<a href="mailto:log2mail@dev.sieb.mx" data-bare-link="true">log2mail@dev.sieb.mx</a>></p>
<h2 id="THANKS">THANKS</h2>
<p>Many thanks to Michael Krax for writing the classic <strong>log2mail</strong> in the first place.</p>