diff --git a/man/sd_bus_add_object.xml b/man/sd_bus_add_object.xml index 0f5d00cd5b..00e4110739 100644 --- a/man/sd_bus_add_object.xml +++ b/man/sd_bus_add_object.xml @@ -371,8 +371,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. @@ -406,7 +406,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 diff --git a/man/sd_bus_message_read.xml b/man/sd_bus_message_read.xml index b94385b02f..12a2c77ea8 100644 --- a/man/sd_bus_message_read.xml +++ b/man/sd_bus_message_read.xml @@ -44,6 +44,7 @@ int sd_bus_message_peek_type + sd_bus_message *m char *type const char **contents