From: Léonard Gérard <34161+leolchat@users.noreply.github.com> Date: Wed, 2 Oct 2019 23:31:07 +0000 (-0600) Subject: Update sd_journal_print.xml X-Git-Tag: v244-rc1~228 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e24918e29559661b88142f1f90d15aa4878e057f;p=thirdparty%2Fsystemd.git Update sd_journal_print.xml Fix the documentation part of the current limitation os sd_journal_print reported in #13706. --- diff --git a/man/sd_journal_print.xml b/man/sd_journal_print.xml index ad9412ed544..85e5aa02807 100644 --- a/man/sd_journal_print.xml +++ b/man/sd_journal_print.xml @@ -70,6 +70,7 @@ journal. The first argument is a priority value. This is followed by a format string and its parameters, similar to printf3 or syslog3. + Note that currently the resulting message will be trucated to LINE_MAX - 8. The priority value is one of LOG_EMERG, LOG_ALERT, LOG_CRIT, LOG_ERR, LOG_WARNING, LOG_NOTICE, LOG_INFO, LOG_DEBUG, as defined in