X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsd-journal.xml;h=ca7e2f3ef66e42fb661e5823fd78487aaad5cc2a;hb=a03c5fd2d86c4e3f758a5ca0d98638e5c8bd8d8d;hp=a771f0236f03532d4ff3d05168c2325a53369328;hpb=cb07866b1b7c11e687a322d70dd9f9d73bbbe488;p=elogind.git diff --git a/man/sd-journal.xml b/man/sd-journal.xml index a771f0236..ca7e2f3ef 100644 --- a/man/sd-journal.xml +++ b/man/sd-journal.xml @@ -44,7 +44,7 @@ sd-journal - APIs for submitting and querying log entries to and from the Journal + APIs for submitting and querying log entries to and from the journal @@ -53,7 +53,7 @@ - pkg-config --cflags --libs libsystemd-journal + pkg-config --cflags --libs libsystemd @@ -78,7 +78,9 @@ sd_journal_add_match3, sd_journal_seek_head3, sd_journal_get_cursor3, - sd_journal_cutoff_realtime_usec3 + sd_journal_cutoff_realtime_usec3, + sd_journal_get_usage3, + sd_journal_get_catalog3 and sd_journal_get_fd3 for more information about the functions @@ -96,10 +98,9 @@ Notes - These APIs are implemented as shared library, + These APIs are implemented as a shared library, which can be compiled and linked to with the - libsystemd-journal - pkg-config1 + libsystemd pkg-config1 file. @@ -111,11 +112,16 @@ sd_journal_stream_fd3, sd_journal_open3, sd_journal_next3, + sd_journal_get_data3, sd_journal_get_realtime_usec3, sd_journal_add_match3, sd_journal_seek_head3, sd_journal_get_cursor3, sd_journal_cutoff_realtime_usec3, + sd_journal_get_usage3, + sd_journal_get_fd3, + sd_journal_query_unique3, + sd_journal_get_catalog3, journalctl1, sd-id1283, pkg-config1