summaryrefslogtreecommitdiffstats
path: root/man/sd_event_source_set_destroy_callback.xml
diff options
context:
space:
mode:
authorAbderrahim Kitouni <abderrahim.kitouni@codethink.co.uk>2023-09-18 18:44:26 +0200
committerLuca Boccassi <luca.boccassi@gmail.com>2023-09-19 11:48:15 +0200
commit00f95506e2523a9c120d9c38cc78d15bb56b8ec7 (patch)
treea23a1fcf50c55bc3c8821aa9fe7b2b17fa366894 /man/sd_event_source_set_destroy_callback.xml
parentMerge pull request #29217 from behrmann/typofixes (diff)
downloadsystemd-00f95506e2523a9c120d9c38cc78d15bb56b8ec7.tar.xz
systemd-00f95506e2523a9c120d9c38cc78d15bb56b8ec7.zip
man: condense version information for functions
Use a more compact form like 'a, b, and c were added in version x'
Diffstat (limited to 'man/sd_event_source_set_destroy_callback.xml')
-rw-r--r--man/sd_event_source_set_destroy_callback.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/man/sd_event_source_set_destroy_callback.xml b/man/sd_event_source_set_destroy_callback.xml
index 1220b79b1c..d276385bf1 100644
--- a/man/sd_event_source_set_destroy_callback.xml
+++ b/man/sd_event_source_set_destroy_callback.xml
@@ -95,8 +95,9 @@
<refsect1>
<title>History</title>
- <para><function>sd_event_source_get_destroy_callback()</function> was added in version 239.</para>
- <para><function>sd_event_source_set_destroy_callback()</function> was added in version 239.</para>
+ <para><function>sd_event_destroy_t()</function>,
+ <function>sd_event_source_set_destroy_callback()</function>, and
+ <function>sd_event_source_get_destroy_callback()</function> were added in version 239.</para>
</refsect1>
<refsect1>