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_bus_message_append_strv.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_bus_message_append_strv.xml')
-rw-r--r-- | man/sd_bus_message_append_strv.xml | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/man/sd_bus_message_append_strv.xml b/man/sd_bus_message_append_strv.xml index 5ac4ed3423..eb13e63d35 100644 --- a/man/sd_bus_message_append_strv.xml +++ b/man/sd_bus_message_append_strv.xml @@ -80,15 +80,7 @@ <xi:include href="sd_bus_message_append_basic.xml" xpointer="errors" /> - <refsect1> - <title>Notes</title> - - <para>The <function>sd_bus_append_append_strv()</function> function - described here is 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>See Also</title> |