diff --git a/man/sd_bus_slot_set_destroy_callback.xml b/man/sd_bus_slot_set_destroy_callback.xml index a54b7e2d61..cc5a835aa6 100644 --- a/man/sd_bus_slot_set_destroy_callback.xml +++ b/man/sd_bus_slot_set_destroy_callback.xml @@ -79,7 +79,7 @@ for slot in the callback parameter. sd_bus_track_set_destroy_callback() and - sd_bus_track_get_destroy_callback provide equivalent functionality for the + sd_bus_track_get_destroy_callback() provide equivalent functionality for the userdata pointer associated with bus peer tracking objects. For details about bus peer tracking objects, see sd_bus_track_new3. @@ -93,7 +93,7 @@ negative errno-style error code. sd_bus_slot_get_destroy_callback() and - sd_bus_track_get_destroy_callback return positive if the destroy callback function is set, 0 + sd_bus_track_get_destroy_callback() return positive if the destroy callback function is set, 0 if not. On failure, they return a negative errno-style error code.