diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-12-24 11:27:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-24 11:27:26 +0100 |
commit | 891e81edf4f1a0aca674e3590b949687c1d3bf9d (patch) | |
tree | 5d059644c024ebe73bb5dd17c736716d333f50b7 /man/sd_bus_call.xml | |
parent | Merge pull request #30594 from yuwata/udev-timeout-cleanups (diff) | |
parent | man: adjust indentation (diff) | |
download | systemd-891e81edf4f1a0aca674e3590b949687c1d3bf9d.tar.xz systemd-891e81edf4f1a0aca674e3590b949687c1d3bf9d.zip |
Merge pull request #30615 from dtardon/docbook-valid-1
DocBook validation fixes (part 1)
Diffstat (limited to 'man/sd_bus_call.xml')
-rw-r--r-- | man/sd_bus_call.xml | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/man/sd_bus_call.xml b/man/sd_bus_call.xml index 6cae300234..e9d5345ed3 100644 --- a/man/sd_bus_call.xml +++ b/man/sd_bus_call.xml @@ -122,22 +122,24 @@ <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> |