sd-bus: Small sd_bus_set_server doc fix

This commit is contained in:
Daan De Meyer 2020-04-20 19:57:09 +02:00
parent c72d0fb154
commit 37409a1c68
1 changed files with 2 additions and 1 deletions

View File

@ -110,7 +110,8 @@
a non-negative integer. On failure, they return a negative errno-style error code.</para>
<para><function>sd_bus_is_server()</function> and <function>sd_bus_is_bus_client()</function>
return 1 when the server or client mode is enabled, respectively. Otherwise, they return 0.
return a positive integer when the server or client mode is enabled, respectively. Otherwise,
they return zero.
</para>
<refsect2>