diff --git a/fhem/FHEM/92_FileLog.pm b/fhem/FHEM/92_FileLog.pm
index 9ca0bf2d2..00146040f 100644
--- a/fhem/FHEM/92_FileLog.pm
+++ b/fhem/FHEM/92_FileLog.pm
@@ -1419,11 +1419,12 @@ FileLog_regexpFn($$)
addLog
- This attribute takes a comma-separated list of devspec:reading:maxInterval
- triples. You may use regular expressions for reading. The last value of
- the reading will be written to the logfile, if after maxInterval seconds
- no event for this device/reading has arrived.
-
+ This attribute takes a comma-separated list of
+ devspec:reading:maxInterval triples. You may use regular expressions
+ for reading. The last value of the reading will be written to the
+ logfile, if after maxInterval seconds no event for this device/reading
+ has arrived.
+
@@ -1476,11 +1477,11 @@ FileLog_regexpFn($$)
filelog-event-min-interval
- This attribute takes a comma-separated list of devspec:reading:minInterval
- triples. You may use regular expressions for reading. Events will only be
- generated, if at least minInterval seconds elapsed since the last reading
- of the matched type.
-
+ This attribute takes a comma-separated list of
+ devspec:reading:minInterval triples. You may use regular expressions
+ for reading. Events will only be generated, if at least minInterval
+ seconds elapsed since the last reading of the matched type.
+
ignoreRegexp
@@ -1733,11 +1734,11 @@ FileLog_regexpFn($$)
addLog
- Dieses Attribut enthält eine durch Kommata getrennte Liste von
- "devspec:readings:maxInterval" Tripel. readings kann ein regexp sein.
- Falls nach maxInterval (Sekunden) kein passendes Event eingetroffen ist,
- der letzte Wert wird zum Logfile hinzugefuegt.
-
+ Dieses Attribut enthält eine durch Kommata getrennte Liste von
+ "devspec:readings:maxInterval" Tripel. readings kann ein regexp sein.
+ Falls nach maxInterval (Sekunden) kein passendes Event eingetroffen ist,
+ der letzte Wert wird zum Logfile hinzugefuegt.
+
@@ -1794,11 +1795,11 @@ FileLog_regexpFn($$)
filelog-event-min-interval
- Dieses Attribut enthält eine durch Kommata getrennte Liste von
- "devspec:readings:minInterval" Tripel. readings kann ein regexp sein. Ein
- Event wird nur dann generiert, falls seit dem letzten Auftreten des
- gleichen Events mindestens minInterval Sekunden vergangen sind.
-
+ Dieses Attribut enthält eine durch Kommata getrennte Liste von
+ "devspec:readings:minInterval" Tripel. readings kann ein regexp sein.
+ Ein Event wird nur dann generiert, falls seit dem letzten Auftreten des
+ gleichen Events mindestens minInterval Sekunden vergangen sind.
+
ignoreRegexp