]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: use just one <listitem> for the description
authorDavid Tardon <dtardon@redhat.com>
Sat, 23 Dec 2023 13:01:02 +0000 (14:01 +0100)
committerDavid Tardon <dtardon@redhat.com>
Sun, 24 Dec 2023 08:32:28 +0000 (09:32 +0100)
<varlistentry> allows one or more <term>s, but exactly one <listitem>.

man/sd_bus_call.xml

index 0bd863d60461b23053073d4b42b79d4410b918e8..963cc25d632f5180ce65d70c5bbc2856b2d0368e 100644 (file)
         <varlistentry>
           <term><constant>-EINVAL</constant></term>
 
-          <listitem><para>The input parameter <parameter>m</parameter> is <constant>NULL</constant>.
-          </para>
+          <listitem>
+            <para>The input parameter <parameter>m</parameter> is <constant>NULL</constant>.
+            </para>
 
-          <xi:include href="version-info.xml" xpointer="v246"/></listitem>
+            <para>The input parameter <parameter>m</parameter> is not a D-Bus method call.
+            To create a new D-Bus method call, use
+            <citerefentry><refentrytitle>sd_bus_message_new_method_call</refentrytitle><manvolnum>3</manvolnum></citerefentry>.
+            </para>
 
-          <listitem><para>The input parameter <parameter>m</parameter> is not a D-Bus method call.
-          To create a new D-Bus method call, use
-          <citerefentry><refentrytitle>sd_bus_message_new_method_call</refentrytitle><manvolnum>3</manvolnum></citerefentry>.
-          </para></listitem>
+            <para>The input parameter <parameter>m</parameter> has the
+            <constant>BUS_MESSAGE_NO_REPLY_EXPECTED</constant> flag set.</para>
 
-          <listitem><para>The input parameter <parameter>m</parameter> has the
-          <constant>BUS_MESSAGE_NO_REPLY_EXPECTED</constant> flag set.</para></listitem>
+            <para>The input parameter <parameter>error</parameter> is
+            non-<constant>NULL</constant> but was not set to <constant>SD_BUS_ERROR_NULL</constant>.
+            </para>
 
-          <listitem><para>The input parameter <parameter>error</parameter> is
-          non-<constant>NULL</constant> but was not set to <constant>SD_BUS_ERROR_NULL</constant>.
-          </para></listitem>
+            <xi:include href="version-info.xml" xpointer="v246"/>
+          </listitem>
         </varlistentry>
 
         <varlistentry>