From dd587c3a881ad695031c01eb825e7371747d5a53 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 25 May 2020 19:39:50 +0200 Subject: [PATCH] man: briefly document the DOCUMENTATION= structure log field --- man/systemd.journal-fields.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/man/systemd.journal-fields.xml b/man/systemd.journal-fields.xml index 4d35cfb6dc5..31ad143113c 100644 --- a/man/systemd.journal-fields.xml +++ b/man/systemd.journal-fields.xml @@ -139,6 +139,16 @@ + + + DOCUMENTATION= + + A documentation URL with further information about the topic of the log message. Tools such + as journalctl will include a hyperlink to an URL specified this way in their + output. Should be a http://, https://, + file:/, man: or info: URL. + +