From 64a7ef8bc06b5dcfcd9f99ea10a43bde75c4370f Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 3 Aug 2018 16:43:30 +0200 Subject: 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. --- man/sd_journal_query_unique.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'man/sd_journal_query_unique.xml') diff --git a/man/sd_journal_query_unique.xml b/man/sd_journal_query_unique.xml index c62f333eab..9adafa1144 100644 --- a/man/sd_journal_query_unique.xml +++ b/man/sd_journal_query_unique.xml @@ -126,8 +126,7 @@ Notes - All functions listed here are thread-agnostic and only a single thread may operate - on a given sd_journal object. + -- cgit v1.2.1