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=d776b14ebe9d4d05795d8e15ae1b882598c8ae54;hp=d02285f2059ed166b4bc2366c9e4f32f3e364ded;hb=d86dd07d462fb8502b1c7b4a9a4df4fba8318bdd;hpb=1e158d273bb63883566358cbb886cd4167421df6 diff --git a/man/sd_journal_add_match.xml b/man/sd_journal_add_match.xml index d02285f20..d776b14eb 100644 --- a/man/sd_journal_add_match.xml +++ b/man/sd_journal_add_match.xml @@ -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,9 +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.