X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsd_journal_get_catalog.xml;h=719d77f72380746d3d1c2221860800b72362bbee;hp=fa9bbc9b2d7e2015317636fa65f204b0af14b1c7;hb=3ae83f9896bff49679c8a60e6ff9520557df8b16;hpb=f274ece0f76b5709408821e317e87aef76123db6 diff --git a/man/sd_journal_get_catalog.xml b/man/sd_journal_get_catalog.xml index fa9bbc9b2..719d77f72 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 sd_journal_get_catalog() and sd_journal_get_catalog_for_message_id() - returns 0 on success or a negative errno-style error + return 0 on success or a negative errno-style error code. If no matching message catalog entry is found -ENOENT is returned. + + On successful return, ret + points to a new string, which must be freed with + free3. + @@ -130,6 +135,7 @@ sd_journal_open3, sd_journal_next3, sd_journal_get_data3 + malloc3