summaryrefslogtreecommitdiff
path: root/man/sd_bus_get_current_handler.xml
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2020-04-20 17:30:15 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-04-20 17:49:05 +0200
commitd512670a1f116746890d32806c3acd6176e61631 (patch)
tree0e96e2bde7e6ba89ec02801eae19f49dfb7057c0 /man/sd_bus_get_current_handler.xml
parent59eb35bd949cad261b92fead3ccaffc28a155013 (diff)
downloadsystemd-d512670a1f116746890d32806c3acd6176e61631.tar.gz
sd-bus: sd_bus_get_current_* docs fixes
Diffstat (limited to 'man/sd_bus_get_current_handler.xml')
-rw-r--r--man/sd_bus_get_current_handler.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/man/sd_bus_get_current_handler.xml b/man/sd_bus_get_current_handler.xml
index 496116d5cb..07c61cd416 100644
--- a/man/sd_bus_get_current_handler.xml
+++ b/man/sd_bus_get_current_handler.xml
@@ -55,13 +55,12 @@
<para>Whenever sd-bus is about to invoke a user-supplied callback function, it stores the
current callback, D-Bus message, slot and userdata pointer and allows these to be queried via
- these <function>sd_bus_get_current_handler()</function>,
+ <function>sd_bus_get_current_handler()</function>,
<function>sd_bus_get_current_message()</function>,
<function>sd_bus_get_current_slot()</function> and
<function>sd_bus_get_current_userdata()</function>, respectively. If <parameter>bus</parameter>
cannot be resolved or if execution does not reside in a user-supplied callback of
- <parameter>bus</parameter> when calling any of these functions, they return
- <constant>NULL</constant>.</para>
+ <parameter>bus</parameter>, these functions return <constant>NULL</constant>.</para>
</refsect1>
<refsect1>