diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-02-20 22:39:26 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-02-20 22:43:27 -0500 |
commit | 6a70f3aa63a3b7a6a30448c48322ad38b719cdce (patch) | |
tree | fc1c7f9a1646eb72e02d6a36ed05c37bc54f1aec /man/sd_is_fifo.xml | |
parent | 4f50d2efbac87aba0505b9f998bf3e4bde64c214 (diff) |
man: xinclude pkg-config note
Diffstat (limited to 'man/sd_is_fifo.xml')
-rw-r--r-- | man/sd_is_fifo.xml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/man/sd_is_fifo.xml b/man/sd_is_fifo.xml index 60684bcee4..bb851d1638 100644 --- a/man/sd_is_fifo.xml +++ b/man/sd_is_fifo.xml @@ -21,7 +21,8 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. --> -<refentry id="sd_is_fifo"> +<refentry id="sd_is_fifo" + xmlns:xi="http://www.w3.org/2001/XInclude"> <refentryinfo> <title>sd_is_fifo</title> @@ -185,10 +186,7 @@ <refsect1> <title>Notes</title> - <para>These APIs are implemented as a shared library, - which can be compiled and linked to with the - <constant>libsystemd</constant> <citerefentry><refentrytitle>pkg-config</refentrytitle><manvolnum>1</manvolnum></citerefentry> - file.</para> + <xi:include href="libsystemd-pkgconfig.xml" xpointer="pkgconfig-text"/> <para>Internally, these function use a combination of <filename>fstat()</filename> and |