summaryrefslogtreecommitdiff
path: root/man/sd_bus_add_object.xml
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-11-17 09:45:50 +0100
committerGitHub <noreply@github.com>2020-11-17 09:45:50 +0100
commit91ed0c8e32298b4bceb828a8dad9f337fbd3052d (patch)
tree9e22cdb0ed475d7c005e67f3d12566a7010e56e0 /man/sd_bus_add_object.xml
parent44c6c5df2b591cb1e1410143f69792b5fbb68c91 (diff)
parent483abcc65bd5efe43b0cea453580bac45cd0f177 (diff)
downloadsystemd-91ed0c8e32298b4bceb828a8dad9f337fbd3052d.tar.gz
Merge pull request #17612 from yuwata/fix-man-pages
man: fix two issues
Diffstat (limited to 'man/sd_bus_add_object.xml')
-rw-r--r--man/sd_bus_add_object.xml6
1 files changed, 3 insertions, 3 deletions
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 <replaceable>flags</replaceable> is a
combination of flags, see below.</para>
- <constant>SD_BUS_METHOD_WITH_ARGS()</constant> is a shorthand for calling
- <constant>SD_BUS_METHOD_WITH_ARGS_OFFSET()</constant> with an offset of zero.
+ <para><constant>SD_BUS_METHOD_WITH_ARGS()</constant> is a shorthand for calling
+ <constant>SD_BUS_METHOD_WITH_ARGS_OFFSET()</constant> with an offset of zero.</para>
</listitem>
</varlistentry>
@@ -406,7 +406,7 @@
<varlistentry>
<term><constant>SD_BUS_SIGNAL_WITH_ARGS()</constant></term>
- <listitem><para>>Declare a D-Bus signal with the name <replaceable>member</replaceable> and
+ <listitem><para>Declare a D-Bus signal with the name <replaceable>member</replaceable> and
arguments <replaceable>args</replaceable>. <replaceable>args</replaceable> expects a sequence of
argument type/name pairs wrapped in the <constant>SD_BUS_ARGS()</constant> macro. The elements at
even indices in this list describe the types of the signal's arguments. The signal's parameter