diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-08-03 17:34:40 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-08-03 17:36:11 +0200 |
commit | 7647c01d8f55d5ba1c918d103773252cb09ebf23 (patch) | |
tree | f4c39c6026d36a1d2716dbe3147968685f4f845a /man/sd_bus_add_match.xml | |
parent | test-resolved: follow coding style, use fopen() with 'e' (diff) | |
download | systemd-7647c01d8f55d5ba1c918d103773252cb09ebf23.tar.xz systemd-7647c01d8f55d5ba1c918d103773252cb09ebf23.zip |
man: include libsystemd-pkgconfig.xml in a few more man pages
for some reason this was forgotten for a couple of sd_bus man pages,
let's fix that.
Diffstat (limited to 'man/sd_bus_add_match.xml')
-rw-r--r-- | man/sd_bus_add_match.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/man/sd_bus_add_match.xml b/man/sd_bus_add_match.xml index a22d443ce7..c4f24aed3e 100644 --- a/man/sd_bus_add_match.xml +++ b/man/sd_bus_add_match.xml @@ -8,7 +8,7 @@ Copyright © 2016 Julian Orth --> -<refentry id="sd_bus_add_match"> +<refentry id="sd_bus_add_match" xmlns:xi="http://www.w3.org/2001/XInclude"> <refentryinfo> <title>sd_bus_add_match</title> @@ -154,9 +154,7 @@ <refsect1> <title>Notes</title> - <para><function>sd_bus_add_match()</function> and the other functions described here 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> + <xi:include href="libsystemd-pkgconfig.xml" xpointer="pkgconfig-text"/> </refsect1> <refsect1> |