From 03429f6dab6eb8f990c99e36427b59fbd683a25c Mon Sep 17 00:00:00 2001 From: igo95862 Date: Wed, 25 Nov 2020 15:53:52 +0300 Subject: [PATCH] man: Specify that sd_bus_message_read_basic returns 0 if end of array had been reached. (cherry picked from commit 73a1d7d2433edd1872ec53db3e804009298ebb1d) --- man/sd_bus_message_read_basic.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man/sd_bus_message_read_basic.xml b/man/sd_bus_message_read_basic.xml index dc9f960618..06906d1207 100644 --- a/man/sd_bus_message_read_basic.xml +++ b/man/sd_bus_message_read_basic.xml @@ -188,9 +188,9 @@ Return Value - On success, sd_bus_message_read_basic() returns 0 or - a positive integer. On failure, it returns a negative errno-style error - code. + On success, sd_bus_message_read_basic() 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. -- 2.25.1