man: Specify that sd_bus_message_read_basic returns 0 if end of array had been reached.

This commit is contained in:
igo95862 2020-11-25 15:53:52 +03:00 committed by Zbigniew Jędrzejewski-Szmek
parent 5695ee502d
commit 73a1d7d243
1 changed files with 3 additions and 3 deletions

View File

@ -188,9 +188,9 @@
<title>Return Value</title>
<para>
On success, <function>sd_bus_message_read_basic()</function> returns 0 or
a positive integer. On failure, it returns a negative errno-style error
code.
On success, <function>sd_bus_message_read_basic()</function> a positive integer.
If the end of currently open array has been reached returns 0.
On failure, it returns a negative errno-style error code.
</para>
<refsect2 id='errors'>