From: Zbigniew Jędrzejewski-Szmek Date: Fri, 19 Jan 2018 23:15:06 +0000 (+1100) Subject: man: fix _STREAM_ID, _LINE_BREAK descriptions X-Git-Tag: v237~73^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ee8f5a58b04893a77949ff72321a4b6a106b678b;p=thirdparty%2Fsystemd.git man: fix _STREAM_ID, _LINE_BREAK descriptions Pointed out by Дилян Палаузов (https://github.com/dilyanpalauzov). Fixes #7870. --- diff --git a/man/systemd.journal-fields.xml b/man/systemd.journal-fields.xml index b08ef1777e4..15a166280b5 100644 --- a/man/systemd.journal-fields.xml +++ b/man/systemd.journal-fields.xml @@ -339,7 +339,7 @@ _STREAM_ID= - Only applies to _TRANSPORT=stream records: specifies a randomized 128bit ID assigned + Only applies to _TRANSPORT=stdout records: specifies a randomized 128bit ID assigned to the stream connection when it was first created. This ID is useful to reconstruct individual log streams from the log records: all log records carrying the same stream ID originate from the same stream. @@ -347,7 +347,7 @@ _LINE_BREAK= - Only applies to _TRANSPORT=stream records: indicates that the log message in the + 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