]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
sd-bus: sd_bus_get_current_* docs fixes
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 20 Apr 2020 15:30:15 +0000 (17:30 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 20 Apr 2020 15:49:05 +0000 (17:49 +0200)
man/sd_bus_get_current_handler.xml

index 496116d5cbca74d038df9d3f580cbdb2c8e972ae..07c61cd416405a421ffc4c8cac6e4896c06308c4 100644 (file)
 
     <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>