diff options
Diffstat (limited to 'man/sd_bus_process.xml')
-rw-r--r-- | man/sd_bus_process.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_bus_process.xml b/man/sd_bus_process.xml index 225bced1cd..c5a9e0cfde 100644 --- a/man/sd_bus_process.xml +++ b/man/sd_bus_process.xml @@ -56,7 +56,7 @@ <parameter>ret</parameter> is not <constant>NULL</constant> and the call processed a message, <parameter>*ret</parameter> is set to this message. The caller owns a reference to this message and should call <citerefentry><refentrytitle>sd_bus_message_unref</refentrytitle><manvolnum>3</manvolnum></citerefentry> when the - message is no longer needed. If <parameter>ret</parameter> is not NULL, progress was made, but no message was + message is no longer needed. If <parameter>ret</parameter> is not <constant>NULL</constant>, progress was made, but no message was processed, <parameter>*ret</parameter> is set to <constant>NULL</constant>.</para> <para>If a the bus object is connected to an |