summaryrefslogtreecommitdiff
path: root/man/sd_bus_message_read_basic.xml
diff options
context:
space:
mode:
authorigo95862 <igo95862@yandex.ru>2020-11-25 15:53:52 +0300
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-11-25 14:10:26 +0100
commit73a1d7d2433edd1872ec53db3e804009298ebb1d (patch)
tree24952ffcc38da01c606db6983a2907ad8718d153 /man/sd_bus_message_read_basic.xml
parent5695ee502d1c6a6e1d43b0e9bb16845012ef1352 (diff)
downloadsystemd-73a1d7d2433edd1872ec53db3e804009298ebb1d.tar.gz
man: Specify that sd_bus_message_read_basic returns 0 if end of array had been reached.
Diffstat (limited to 'man/sd_bus_message_read_basic.xml')
-rw-r--r--man/sd_bus_message_read_basic.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/sd_bus_message_read_basic.xml b/man/sd_bus_message_read_basic.xml
index a308780f67..1e4d298e17 100644
--- a/man/sd_bus_message_read_basic.xml
+++ b/man/sd_bus_message_read_basic.xml
@@ -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'>