diff --git a/man/sd_bus_list_names.xml b/man/sd_bus_list_names.xml index d1aba6ef522..ad7ecd00e3d 100644 --- a/man/sd_bus_list_names.xml +++ b/man/sd_bus_list_names.xml @@ -45,10 +45,9 @@ acquired is not NULL, the function calls org.freedesktop.DBus.ListActivableNames to retrieve the list of all names on the bus that can be - activated. Note that ownership of any string arrays returned by sd_bus_list_names() - is transferred to the caller and hence, the caller is responsible for freeing any results stored by - sd_bus_list_names() in acquired and - activatable. + activated. Note that ownership of the arrays returned by sd_bus_list_names() in + acquired and activatable is transferred to the caller and + hence, the caller is responsible for freeing these arrays and their contents.