From ee8f5a58b04893a77949ff72321a4b6a106b678b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sat, 20 Jan 2018 10:15:06 +1100 Subject: [PATCH] man: fix _STREAM_ID, _LINE_BREAK descriptions MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Pointed out by Дилян Палаузов (https://github.com/dilyanpalauzov). Fixes #7870. --- man/systemd.journal-fields.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/systemd.journal-fields.xml b/man/systemd.journal-fields.xml index b08ef17..15a1662 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 -- 2.7.4