diff --git a/man/systemd.journal-fields.xml b/man/systemd.journal-fields.xml
index a0771f3c13..4d35cfb6dc 100644
--- a/man/systemd.journal-fields.xml
+++ b/man/systemd.journal-fields.xml
@@ -347,15 +347,16 @@
_LINE_BREAK=
- Only applies to _TRANSPORT=stdout records: indicates that the log message in the
- standard output/error stream was not terminated with a normal newline character (\n,
- i.e. ASCII 10). Specifically, when set this field is one of (in case the line was
- terminated by a NUL byte), (in case the maximum log line length was reached, as
- configured with LineMax= in
- journald.conf5) or
- (if this was the last log record of a stream and the stream ended without a final
- newline character). Note that this record is not generated when a normal newline character was used for
- marking the log line end.
+ Only applies to _TRANSPORT=stdout records: indicates that the log message
+ in the standard output/error stream was not terminated with a normal newline character
+ (\n, i.e. ASCII 10). Specifically, when set this field is one of
+ (in case the line was terminated by a NUL byte), (in
+ case the maximum log line length was reached, as configured with LineMax= in
+ journald.conf5),
+ (if this was the last log record of a stream and the stream ended without a
+ final newline character), or (if the process which generated the log
+ output changed in the middle of a line). Note that this record is not generated when a normal
+ newline character was used for marking the log line end.