diff --git a/man/sd_bus_add_object.xml b/man/sd_bus_add_object.xml index f03839ec6f..ca265302be 100644 --- a/man/sd_bus_add_object.xml +++ b/man/sd_bus_add_object.xml @@ -369,8 +369,8 @@ with the message the callback was invoked with. Parameter flags is a combination of flags, see below. - SD_BUS_METHOD_WITH_ARGS() is a shorthand for calling - SD_BUS_METHOD_WITH_ARGS_OFFSET() with an offset of zero. + SD_BUS_METHOD_WITH_ARGS() is a shorthand for calling + SD_BUS_METHOD_WITH_ARGS_OFFSET() with an offset of zero. @@ -404,7 +404,7 @@ SD_BUS_SIGNAL_WITH_ARGS() - >Declare a D-Bus signal with the name member and + Declare a D-Bus signal with the name member and arguments args. args expects a sequence of argument type/name pairs wrapped in the SD_BUS_ARGS() macro. The elements at even indices in this list describe the types of the signal's arguments. The signal's parameter