X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsd_journal_add_match.xml;h=21a5ab13421a7bb03dacd1d2a19f4222ce845316;hp=549785ca8321eaa2d542124388a6e21300e6f0cc;hb=f2dacc96b25528ca1b0caca6364a69d656cf1569;hpb=3dc8396ba9e538b81998f54e28b818796b414a6b diff --git a/man/sd_journal_add_match.xml b/man/sd_journal_add_match.xml index 549785ca8..21a5ab134 100644 --- a/man/sd_journal_add_match.xml +++ b/man/sd_journal_add_match.xml @@ -56,24 +56,24 @@ int sd_journal_add_match - sd_journal* j - const void* data + sd_journal *j + const void *data size_t size int sd_journal_add_disjunction - sd_journal* j + sd_journal *j int sd_journal_add_conjunction - sd_journal* j + sd_journal *j void sd_journal_flush_matches - sd_journal* j + sd_journal *j @@ -94,11 +94,11 @@ only of 0-9, A-Z and the underscore. It may not begin with two underscores or be the empty string. The value part may be any value, including binary. If a match is - applied only entries with this field set will be + applied, only entries with this field set will be iterated. Multiple matches may be active at the same - time: if they apply to different fields only entries - with both fields set like this will be iterated, if - they apply to the same fields only entries where the + time: If they apply to different fields, only entries + with both fields set like this will be iterated. If + they apply to the same fields, only entries where the field takes one of the specified values will be iterated. Well known fields are documented in systemd.journal-fields7. Whenever @@ -110,7 +110,7 @@ sd_journal_add_disjunction() may be used to insert a disjunction (i.e. logical OR) - in the match list. If this call is invoked all + in the match list. If this call is invoked, all previously added matches since the last invocation of sd_journal_add_disjunction() or sd_journal_add_conjunction() are @@ -123,7 +123,7 @@ sd_journal_add_conjunction() may be used to insert a conjunction (i.e. logical AND) - in the match list. If this call is invoked all + in the match list. If this call is invoked, all previously added matches since the last invocation of sd_journal_add_conjunction() are combined in an AND with all matches added afterwards, @@ -174,10 +174,9 @@ sd_journal_add_disjunction(), sd_journal_add_conjunction() and sd_journal_flush_matches() - 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.