man: add missing <para> tag, and drop redundant ">"

Fixes #17609.
This commit is contained in:
Yu Watanabe 2020-11-15 05:10:10 +09:00
parent e2357b1c8a
commit e55c073161

View file

@ -369,8 +369,8 @@
with the message the callback was invoked with. Parameter <replaceable>flags</replaceable> is a with the message the callback was invoked with. Parameter <replaceable>flags</replaceable> is a
combination of flags, see below.</para> combination of flags, see below.</para>
<constant>SD_BUS_METHOD_WITH_ARGS()</constant> is a shorthand for calling <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. <constant>SD_BUS_METHOD_WITH_ARGS_OFFSET()</constant> with an offset of zero.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -404,7 +404,7 @@
<varlistentry> <varlistentry>
<term><constant>SD_BUS_SIGNAL_WITH_ARGS()</constant></term> <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 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 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 even indices in this list describe the types of the signal's arguments. The signal's parameter