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 @@ 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 sd_bus_get_current_handler(), + sd_bus_get_current_handler(), sd_bus_get_current_message(), sd_bus_get_current_slot() and sd_bus_get_current_userdata(), respectively. If bus cannot be resolved or if execution does not reside in a user-supplied callback of - bus when calling any of these functions, they return - NULL. + bus, these functions return NULL.