]> git.ipfire.org Git - thirdparty/systemd.git/commit
man: be more explicit about thread safety of sd_journal
authorLennart Poettering <lennart@poettering.net>
Fri, 3 Aug 2018 14:43:30 +0000 (16:43 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 3 Aug 2018 15:36:11 +0000 (17:36 +0200)
commit64a7ef8bc06b5dcfcd9f99ea10a43bde75c4370f
treeab5905268e9686f76a5e9d35cd1352353bdfb8bc
parentaf560fc1da26a7d0e94b0d56a3cd2a14d2b082c8
man: be more explicit about thread safety of sd_journal

Triggered by https://bugzilla.redhat.com/show_bug.cgi?id=1609349

This adds two generic paragaphs we include via xinclude. One is the
"strict" version, which contains wording saying that we are thread
agnostic and what that means. And the other is the "safe" version, for
the cases we provide fully safety.

Let's then change most man pages to use either of these generic
paragraphs. With one exception: man/sd_journal_get_catalog.xml contains
both kinds of function, we hence use manual wording.
18 files changed:
man/libudev.xml
man/sd-journal.xml
man/sd_journal_enumerate_fields.xml
man/sd_journal_get_catalog.xml
man/sd_journal_get_cursor.xml
man/sd_journal_get_cutoff_realtime_usec.xml
man/sd_journal_get_data.xml
man/sd_journal_get_fd.xml
man/sd_journal_get_realtime_usec.xml
man/sd_journal_get_usage.xml
man/sd_journal_has_runtime_files.xml
man/sd_journal_next.xml
man/sd_journal_open.xml
man/sd_journal_print.xml
man/sd_journal_query_unique.xml
man/sd_journal_seek_head.xml
man/sd_journal_stream_fd.xml
man/threads-aware.xml [new file with mode: 0644]