diff options
Diffstat (limited to 'upstream/fedora-rawhide/man3/sd-journal.3')
-rw-r--r-- | upstream/fedora-rawhide/man3/sd-journal.3 | 31 |
1 files changed, 8 insertions, 23 deletions
diff --git a/upstream/fedora-rawhide/man3/sd-journal.3 b/upstream/fedora-rawhide/man3/sd-journal.3 index af00781e..1e58cf74 100644 --- a/upstream/fedora-rawhide/man3/sd-journal.3 +++ b/upstream/fedora-rawhide/man3/sd-journal.3 @@ -1,5 +1,5 @@ '\" t -.TH "SD\-JOURNAL" "3" "" "systemd 255" "sd-journal" +.TH "SD\-JOURNAL" "3" "" "systemd 256~rc3" "sd-journal" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -77,6 +77,12 @@ and similar, or those that are used to retrieve global information like and \fBsd_journal_get_catalog_for_message_id\fR(3) \(em are fully thread\-safe and may be called from multiple threads in parallel\&. +.SH "OPTIONAL DEPENDENCIES" +.PP +Depending on which build\-time options are enabled, functions that operate on +sd_journal +objects might cause optional shared libraries to be dynamically loaded via +\fBdlopen\fR(3), such as decompression libraries (xz, lz4, zstd) or cryptographic libraries (gcrypt)\&. .SH "NOTES" .PP Functions described here are available as a shared library, which can be compiled against and linked to with the @@ -91,25 +97,4 @@ from a parallel thread\&. It is recommended to only do calls to from an early phase of the program when no other threads have been started\&. .SH "SEE ALSO" .PP -\fBsystemd\fR(1), -\fBsd_journal_print\fR(3), -\fBsd_journal_stream_fd\fR(3), -\fBsd_journal_open\fR(3), -\fBsd_journal_next\fR(3), -\fBsd_journal_get_data\fR(3), -\fBsd_journal_get_realtime_usec\fR(3), -\fBsd_journal_add_match\fR(3), -\fBsd_journal_seek_head\fR(3), -\fBsd_journal_enumerate_fields\fR(3), -\fBsd_journal_get_cursor\fR(3), -\fBsd_journal_get_cutoff_realtime_usec\fR(3), -\fBsd_journal_get_cutoff_monotonic_usec\fR(3), -\fBsd_journal_get_usage\fR(3), -\fBsd_journal_get_fd\fR(3), -\fBsd_journal_query_unique\fR(3), -\fBsd_journal_get_catalog\fR(3), -\fBsd_journal_has_runtime_files\fR(3), -\fBsd_journal_has_persistent_files\fR(3), -\fBjournalctl\fR(1), -\fBsd-id128\fR(3), -\fBpkg-config\fR(1) +\fBsystemd\fR(1), \fBsd_journal_print\fR(3), \fBsd_journal_stream_fd\fR(3), \fBsd_journal_open\fR(3), \fBsd_journal_next\fR(3), \fBsd_journal_get_data\fR(3), \fBsd_journal_get_realtime_usec\fR(3), \fBsd_journal_add_match\fR(3), \fBsd_journal_seek_head\fR(3), \fBsd_journal_enumerate_fields\fR(3), \fBsd_journal_get_cursor\fR(3), \fBsd_journal_get_cutoff_realtime_usec\fR(3), \fBsd_journal_get_cutoff_monotonic_usec\fR(3), \fBsd_journal_get_usage\fR(3), \fBsd_journal_get_fd\fR(3), \fBsd_journal_query_unique\fR(3), \fBsd_journal_get_catalog\fR(3), \fBsd_journal_has_runtime_files\fR(3), \fBsd_journal_has_persistent_files\fR(3), \fBjournalctl\fR(1), \fBsd-id128\fR(3), \fBpkg-config\fR(1) |