summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2020-11-15 05:10:10 +0900
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-12-08 18:08:31 +0100
commite90844ca8a3c84357512c352e7b6c683670a67db (patch)
treee212c6074ea7304f167383590f8568ce812ce410
parente1ff0c8a5e25ed61d73697eb69bb3cf45002f0bf (diff)
downloadsystemd-e90844ca8a3c84357512c352e7b6c683670a67db.tar.gz
man: add missing <para> tag, and drop redundant ">"
Fixes #17609. (cherry picked from commit e55c073161d469fb01ecd5bea3ff8845194e25d9)
-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 105cd934c6..35dee95839 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