From e55c073161d469fb01ecd5bea3ff8845194e25d9 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Sun, 15 Nov 2020 05:10:10 +0900 Subject: [PATCH 1/2] man: add missing tag, and drop redundant ">" Fixes #17609. --- man/sd_bus_add_object.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man/sd_bus_add_object.xml b/man/sd_bus_add_object.xml index f03839ec6f8..ca265302be0 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 From 483abcc65bd5efe43b0cea453580bac45cd0f177 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Sun, 15 Nov 2020 05:13:55 +0900 Subject: [PATCH 2/2] man: fix prototpe of sd_bus_message_peek_type() Fixes #17609. --- man/sd_bus_message_read.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/man/sd_bus_message_read.xml b/man/sd_bus_message_read.xml index b94385b02f5..12a2c77ea82 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