diff --git a/man/sd_journal_print.xml b/man/sd_journal_print.xml index 68a4a0a5c0..f7a70e9b0f 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 35cfbde86c..875393b408 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.