diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-06-06 11:59:04 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-06-06 23:01:25 +0200 |
commit | 7d6b27238f5047657c8ebd4314d504e68217c6bc (patch) | |
tree | 89c67869312eb72a52e3f317c0b43b97487c8484 /man/sd_journal_add_match.xml | |
parent | Merge pull request #9212 from keszybz/null-removal-part-two (diff) | |
download | systemd-7d6b27238f5047657c8ebd4314d504e68217c6bc.tar.xz systemd-7d6b27238f5047657c8ebd4314d504e68217c6bc.zip |
man: xinclude the generic text to talk about libsystemd pkgconfig
The only difference is that functions are not individually listed by name,
but that seems completely pointless, since all functions that are documented
are always exported, so the generic text tells the user all she or he needs
to know.
Diffstat (limited to 'man/sd_journal_add_match.xml')
-rw-r--r-- | man/sd_journal_add_match.xml | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/man/sd_journal_add_match.xml b/man/sd_journal_add_match.xml index 01fd68add8..d50afec558 100644 --- a/man/sd_journal_add_match.xml +++ b/man/sd_journal_add_match.xml @@ -10,7 +10,7 @@ Copyright 2012 Lennart Poettering --> -<refentry id="sd_journal_add_match"> +<refentry id="sd_journal_add_match" xmlns:xi="http://www.w3.org/2001/XInclude"> <refentryinfo> <title>sd_journal_add_match</title> @@ -154,21 +154,7 @@ returns nothing.</para> </refsect1> - <refsect1> - <title>Notes</title> - - <para>All functions listed here are thread-agnostic and only a single thread may operate - on a given <structname>sd_journal</structname> object.</para> - - <para>The <function>sd_journal_add_match()</function>, - <function>sd_journal_add_disjunction()</function>, - <function>sd_journal_add_conjunction()</function> and - <function>sd_journal_flush_matches()</function> - interfaces are available as a shared library, which can - be compiled and linked to with the - <constant>libsystemd</constant> <citerefentry project='die-net'><refentrytitle>pkg-config</refentrytitle><manvolnum>1</manvolnum></citerefentry> - file.</para> - </refsect1> + <xi:include href="libsystemd-pkgconfig.xml" /> <refsect1> <title>Examples</title> @@ -189,7 +175,6 @@ int add_matches(sd_journal *j) { sd_journal_add_disjunction(j); sd_journal_add_match(j, "MESSAGE_ID=03bb1dab98ab4ecfbf6fff2738bdd964", 0); }</programlisting> - </refsect1> <refsect1> |