]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: add missing <para> tag, and drop redundant ">"
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 14 Nov 2020 20:10:10 +0000 (05:10 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 14 Nov 2020 20:15:16 +0000 (05:15 +0900)
Fixes #17609.

man/sd_bus_add_object.xml

index f03839ec6f8baaedebcf717c5b328fcd9feaffd9..ca265302be03459bd30fa3c5c2649a96253a1000 100644 (file)
           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>
 
         <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