From 8ee62e53e8ae944dc7308fd6e2575aba9c02ae6f Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 8 Apr 2021 22:14:57 +0200 Subject: [PATCH] man: link up new journal protocol docs --- man/sd_journal_print.xml | 3 +++ man/systemd-journald.service.xml | 7 ++++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/man/sd_journal_print.xml b/man/sd_journal_print.xml index 68a4a0a5c0e..f7a70e9b0f8 100644 --- a/man/sd_journal_print.xml +++ b/man/sd_journal_print.xml @@ -218,6 +218,9 @@ sd_journal_send("MESSAGE=Hello World, this is PID %lu!", (unsigned long) getpid( sd_journal_send(). Using syslog() has the benefit of being more portable. + + These functions implement a client to the Native Journal Protocol. diff --git a/man/systemd-journald.service.xml b/man/systemd-journald.service.xml index 35cfbde86c8..875393b4081 100644 --- a/man/systemd-journald.service.xml +++ b/man/systemd-journald.service.xml @@ -53,9 +53,10 @@ project='man-pages'>syslog3 call - Structured system log messages via the native - Journal API, see - sd_journal_print3 + Structured system log messages via the native Journal API, see + sd_journal_print3 + and Native Journal + Protocol Standard output and standard error of service units. For further details see below.