chiark / gitweb /
man: drop references to "cgroup" wher appropriate
[elogind.git] / man / sd_journal_add_match.xml
index 82edf21834386acc20a344b9df15e1312da923f0..b6c7b06f2e210750be42dbbb3c8bba35b5bf5f8e 100644 (file)
                 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
                 <citerefentry><refentrytitle>systemd.journal-fields</refentrytitle><manvolnum>7</manvolnum></citerefentry>. Whenever
 
                 <para><function>sd_journal_add_disjunction()</function>
                 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
                 <function>sd_journal_add_disjunction()</function> or
                 <function>sd_journal_add_conjunction()</function> are
 
                 <para><function>sd_journal_add_conjunction()</function>
                 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
                 <function>sd_journal_add_conjunction()</function> are
                 combined in an AND with all matches added afterwards,
                 <function>sd_journal_flush_matches()</function>
                 interfaces are available as shared library, which can
                 be compiled and linked to with the
-                <constant>libsystemd-journal</constant>
-                <citerefentry><refentrytitle>pkg-config</refentrytitle><manvolnum>1</manvolnum></citerefentry>
+                <constant>libsystemd-journal</constant> <citerefentry><refentrytitle>pkg-config</refentrytitle><manvolnum>1</manvolnum></citerefentry>
                 file.</para>
         </refsect1>