X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsd_journal_get_catalog.xml;h=53ca3083b131c7e2deb5fc5735b2ebdf361f7e17;hb=44ded3abc28620279633f51a05f2416e5aa3e8e2;hp=b3c7b58b07e300d9143e5d6f85f0c0b838d56d3b;hpb=7ba9719595ee13612c9aea786233ffdd4d77ee46;p=elogind.git diff --git a/man/sd_journal_get_catalog.xml b/man/sd_journal_get_catalog.xml index b3c7b58b0..53ca3083b 100644 --- a/man/sd_journal_get_catalog.xml +++ b/man/sd_journal_get_catalog.xml @@ -55,13 +55,13 @@ int sd_journal_get_catalog sd_journal* j - const char** ret + char** ret int sd_journal_get_catalog_for_message_id sd_id128_t id - const char** ret + char** ret @@ -89,7 +89,7 @@ sd_journal_get_catalog() but the entry is looked up by the specified message ID (no open journal context is necessary for this), and no - field substitution is done. + field substitution is performed. For more information about the journal message catalog please refer to the + + On successful return, ret + points to a new string, which must be freed with + free3. + @@ -115,8 +120,7 @@ sd_journal_get_catalog_for_message_id() interfaces are available as shared library, which can be compiled and linked to with the - libsystemd-journal - pkg-config1 + libsystemd-journal pkg-config1 file. @@ -130,6 +134,7 @@ sd_journal_open3, sd_journal_next3, sd_journal_get_data3 + malloc3