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=f84815022f7c8a2a95396d66b401de0be584e68b;hp=719d77f72380746d3d1c2221860800b72362bbee;hb=efdc73dae3e5d92b817e2418a0af6c43dfba877c;hpb=0d1aaec2282ee8e82908f9f12d820dab397adc0b diff --git a/man/sd_journal_get_catalog.xml b/man/sd_journal_get_catalog.xml index 719d77f72..f84815022 100644 --- a/man/sd_journal_get_catalog.xml +++ b/man/sd_journal_get_catalog.xml @@ -54,14 +54,14 @@ int sd_journal_get_catalog - sd_journal* j - char** ret + sd_journal *j + char **ret int sd_journal_get_catalog_for_message_id sd_id128_t id - char** ret + char **ret @@ -80,8 +80,8 @@ field names in the catalog entry text enclosed in "@" will be replaced by the respective field values of the current entry. If a field name referenced in the - message catalog entry does not exist it the current - journal entry the "@" will be removed but the field + message catalog entry does not exist, in the current + journal entry, the "@" will be removed, but the field name otherwise left untouched. sd_journal_get_catalog_for_message_id() @@ -104,7 +104,7 @@ and sd_journal_get_catalog_for_message_id() return 0 on success or a negative errno-style error - code. If no matching message catalog entry is found + code. If no matching message catalog entry is found, -ENOENT is returned. On successful return, ret @@ -118,10 +118,9 @@ The sd_journal_get_catalog() and sd_journal_get_catalog_for_message_id() - interfaces are available as shared library, which can + interfaces are available as a shared library, which can be compiled and linked to with the - libsystemd-journal - pkg-config1 + libsystemd pkg-config1 file.