diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-07-02 15:23:28 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-07-02 15:23:28 +0200 |
commit | 887774fc1575f76368b13b9a9e26e344a1f16d45 (patch) | |
tree | 0b372246adc3e301d27514d21158b309a3e98ffd | |
parent | a4ce0065de7bcea8ddc93057c61a23a8429882aa (diff) | |
download | rsyslog-887774fc1575f76368b13b9a9e26e344a1f16d45.tar.gz rsyslog-887774fc1575f76368b13b9a9e26e344a1f16d45.tar.bz2 rsyslog-887774fc1575f76368b13b9a9e26e344a1f16d45.zip |
doc/imfile: re-do spelling corrections
-rw-r--r-- | doc/imfile.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/imfile.html b/doc/imfile.html index 274d6e60..dd62c86f 100644 --- a/doc/imfile.html +++ b/doc/imfile.html @@ -14,7 +14,7 @@ a syslog message. A standard text file is a file consisting of printable characters with lines being delimited by LF.</p> <p>The file is read line-by-line and any line read is passed to -rsyslog's rule engine. The rule engine applies filter conditons and +rsyslog's rule engine. The rule engine applies filter conditions and selects which actions needs to be carried out. Empty lines are <b>not</b> processed, as they would result in empty syslog records. They are simply ignored.</p> @@ -49,9 +49,9 @@ releases of imfile may support per-file polling intervals, but currently this is not the case. If multiple PollingInterval statements are present in rsyslog.conf, only the last one is used.<br> A short poll interval provides more rapid message forwarding, but -requires more system ressources. While it is possible, we stongly +requires more system resources. While it is possible, we stongly recommend not to set the polling interval to 0 seconds. That will make -rsyslogd become a CPU hog, taking up considerable ressources. It is +rsyslogd become a CPU hog, taking up considerable resources. It is supported, however, for the few very unusual situations where this level may be needed. Even if you need quick response, 1 seconds should be well enough. Please note that imfile keeps reading files as long as |