diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-08-22 13:24:04 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-08-22 13:24:04 +0200 |
commit | f4a43789257fb649db96214a5d33993eef9cf772 (patch) | |
tree | 3059bc83a087b64b775fcd0552c0f82cfb026048 | |
parent | cf89081263e85c79ff4d5f4c14b932dea074a2b6 (diff) | |
parent | a00e37de99b7520d76e893e95e3884319e131a18 (diff) | |
download | rsyslog-f4a43789257fb649db96214a5d33993eef9cf772.tar.gz rsyslog-f4a43789257fb649db96214a5d33993eef9cf772.tar.bz2 rsyslog-f4a43789257fb649db96214a5d33993eef9cf772.zip |
Merge branch 'v7-stable'
-rw-r--r-- | doc/imfile.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/imfile.html b/doc/imfile.html index 942fe531..a69f62e9 100644 --- a/doc/imfile.html +++ b/doc/imfile.html @@ -180,7 +180,7 @@ the current monitor. It has no parameters. If you forget this directive, no file monitoring will take place.</li> <li><span style="font-weight: bold;">$InputFilePollInterval seconds</span><br> -equivalent to: PollingInterva</li> +equivalent to: PollingInterval</li> <li><b>$InputFilePersistStateInterval</b> [lines]</b><br> Available in 4.7.3+, 5.6.2+<br> equivalent to: PersistStateInterval @@ -228,7 +228,7 @@ $InputRunFileMonitor # ... and so on ... # # check for new lines every 10 seconds -$InputFilePollingInterval 10 +$InputFilePollInterval 10 </textarea> <p>[<a href="rsyslog_conf.html">rsyslog.conf overview</a>] [<a href="manual.html">manual index</a>] [<a href="http://www.rsyslog.com/">rsyslog site</a>]</p> |