man: add thread-awareness note to sd_bus/sd_event manpages

This question comes up every now and then, and it is not clearly documented,
so include the thread-aware tag in all bus/event manpages.

(cherry picked from commit 964f0607e4)
This commit is contained in:
Luca Boccassi
2026-06-30 20:34:38 +01:00
parent c12e4a6e28
commit f07d32db0f
112 changed files with 129 additions and 110 deletions

11
man/libsystemd-notes.xml Normal file
View File

@@ -0,0 +1,11 @@
<?xml version="1.0"?>
<!DOCTYPE refsect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
<!-- SPDX-License-Identifier: LGPL-2.1-or-later -->
<refsect1 xmlns:xi="http://www.w3.org/2001/XInclude">
<title>Notes</title>
<xi:include href="libsystemd-pkgconfig.xml" xpointer="pkgconfig-text"/>
<xi:include href="threads-aware.xml" xpointer="strict"/>
<xi:include href="threads-aware.xml" xpointer="getenv"/>
</refsect1>

View File

@@ -151,7 +151,7 @@
</para>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -122,7 +122,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -675,7 +675,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -101,7 +101,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -100,7 +100,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -183,7 +183,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -124,7 +124,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>Examples</title>

View File

@@ -78,7 +78,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -103,7 +103,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -515,7 +515,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -280,7 +280,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -328,7 +328,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -255,7 +255,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -73,7 +73,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -392,7 +392,7 @@
</example>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -116,7 +116,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -72,7 +72,7 @@
<constant>NULL</constant>.</para>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -156,7 +156,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -3,7 +3,7 @@
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
<!-- SPDX-License-Identifier: LGPL-2.1-or-later -->
<refentry id="sd_bus_get_n_queued_read">
<refentry id="sd_bus_get_n_queued_read" xmlns:xi="http://www.w3.org/2001/XInclude">
<refentryinfo>
<title>sd_bus_get_fd</title>
@@ -85,6 +85,8 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>
<para><function>sd_bus_get_n_queued_read()</function> and

View File

@@ -107,7 +107,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -84,7 +84,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -83,7 +83,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -89,7 +89,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -96,7 +96,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -222,7 +222,7 @@ sd_bus_message_append(m, "ynqiuxtd", y, n, q, i, u, x, t, d);</programlisting>
<xi:include href="sd_bus_message_append_basic.xml" xpointer="errors" />
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>See Also</title>

View File

@@ -161,7 +161,7 @@
<xi:include href="sd_bus_message_append_basic.xml" xpointer="errors" />
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>See Also</title>

View File

@@ -244,7 +244,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>See Also</title>

View File

@@ -103,7 +103,7 @@
<xi:include href="sd_bus_message_append_basic.xml" xpointer="errors" />
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>See Also</title>

View File

@@ -64,7 +64,7 @@
<xi:include href="sd_bus_message_append_basic.xml" xpointer="errors" />
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>See Also</title>

View File

@@ -76,7 +76,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -96,7 +96,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>See Also</title>

View File

@@ -119,7 +119,7 @@
errno-style error code. No error codes are currently defined.</para>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>See Also</title>

View File

@@ -92,7 +92,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -123,7 +123,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -96,7 +96,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -149,7 +149,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -169,7 +169,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -142,7 +142,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>Examples</title>

View File

@@ -173,7 +173,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>See Also</title>

View File

@@ -109,7 +109,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>Examples</title>

View File

@@ -177,7 +177,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>Examples</title>

View File

@@ -193,7 +193,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>Examples</title>

View File

@@ -3,7 +3,7 @@
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
<!-- SPDX-License-Identifier: LGPL-2.1-or-later -->
<refentry id="sd_bus_message_read_array">
<refentry id="sd_bus_message_read_array" xmlns:xi="http://www.w3.org/2001/XInclude">
<refentryinfo>
<title>sd_bus_message_read_array</title>
@@ -102,6 +102,8 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>
<para><function>sd_bus_message_read_array()</function> was added in version 240.</para>

View File

@@ -8,7 +8,7 @@
Copyright © 2016 Julian Orth
-->
<refentry id="sd_bus_message_read_basic">
<refentry id="sd_bus_message_read_basic" xmlns:xi="http://www.w3.org/2001/XInclude">
<refentryinfo>
<title>sd_bus_message_read_basic</title>
@@ -222,6 +222,8 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>
<para><function>sd_bus_message_read_basic()</function> was added in version 221.</para>

View File

@@ -110,6 +110,8 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>
<para><function>sd_bus_message_read_strv()</function> was added in version 246.</para>

View File

@@ -73,7 +73,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -95,7 +95,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -72,7 +72,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -135,7 +135,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -133,7 +133,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -92,7 +92,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -84,7 +84,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>See Also</title>

View File

@@ -149,7 +149,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -180,7 +180,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -138,7 +138,7 @@
by the caller.</para>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -68,7 +68,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -126,7 +126,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -124,7 +124,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -161,7 +161,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>See Also</title>

View File

@@ -116,7 +116,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>See Also</title>

View File

@@ -200,7 +200,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -164,7 +164,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -185,7 +185,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -91,7 +91,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -92,7 +92,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -235,7 +235,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -104,7 +104,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -114,7 +114,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -92,7 +92,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -158,7 +158,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -88,7 +88,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -189,7 +189,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -98,7 +98,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>Example</title>

View File

@@ -76,7 +76,7 @@
they return <constant>NULL</constant>.</para>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -77,7 +77,7 @@
<para><function>sd_bus_slot_unref()</function> always returns <constant>NULL</constant>.</para>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -89,7 +89,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -111,7 +111,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -101,7 +101,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -71,7 +71,7 @@
from the userdata field value being <constant>NULL</constant>.</para>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -116,7 +116,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -213,7 +213,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -222,7 +222,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -95,7 +95,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -301,7 +301,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>Example</title>

View File

@@ -175,7 +175,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -230,7 +230,7 @@
</example>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -296,7 +296,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -360,7 +360,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -178,7 +178,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -299,7 +299,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -132,7 +132,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -94,7 +94,7 @@
</example>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -196,7 +196,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -97,7 +97,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -139,7 +139,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -88,7 +88,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -89,7 +89,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -121,7 +121,7 @@
</refsect2>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

View File

@@ -54,7 +54,7 @@
<constant>NULL</constant>.</para>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<xi:include href="libsystemd-notes.xml"/>
<refsect1>
<title>History</title>

Some files were not shown because too many files have changed in this diff Show More