From a8e071fa20435c8b18fe3cc6fcc181e7b549e1f4 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 13 Jan 2023 12:18:27 +0100 Subject: [PATCH] logger: (man) fix examples Signed-off-by: Karel Zak --- misc-utils/logger.1.adoc | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/misc-utils/logger.1.adoc b/misc-utils/logger.1.adoc index 556b43cb07..7037fcb094 100644 --- a/misc-utils/logger.1.adoc +++ b/misc-utils/logger.1.adoc @@ -77,7 +77,7 @@ Note that the system logging infrastructure (for example *systemd* when listenin *--journald*[**=**__file__]:: Write a *systemd* journal entry. The entry is read from the given _file_, when specified, otherwise from standard input. Each line must begin with a field that is accepted by *journald*; see *systemd.journal-fields*(7) for details. The use of a MESSAGE_ID field is generally a good idea, as it makes finding entries easy. Examples: - ++ ____ logger --journald <