From e24918e29559661b88142f1f90d15aa4878e057f Mon Sep 17 00:00:00 2001
From: =?utf8?q?L=C3=A9onard=20G=C3=A9rard?=
<34161+leolchat@users.noreply.github.com>
Date: Wed, 2 Oct 2019 17:31:07 -0600
Subject: [PATCH] Update sd_journal_print.xml
Fix the documentation part of the current limitation os sd_journal_print reported in #13706.
---
man/sd_journal_print.xml | 1 +
1 file changed, 1 insertion(+)
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
--
2.47.3