From 7a1fe27f81dace11a25a0573dc170d86d1f92023 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Wed, 25 Nov 2020 22:20:48 +0900 Subject: [PATCH] man: slightly update the man page of sd_bus_message_read_basic() Follow-up for 73a1d7d2433edd1872ec53db3e804009298ebb1d. --- man/sd_bus_message_read_basic.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/sd_bus_message_read_basic.xml b/man/sd_bus_message_read_basic.xml index 14320a95d1..443fcdaad0 100644 --- a/man/sd_bus_message_read_basic.xml +++ b/man/sd_bus_message_read_basic.xml @@ -189,7 +189,7 @@ On success, sd_bus_message_read_basic() returns a positive integer. - If the end of currently open array has been reached returns 0. + If the end of the currently opened array has been reached, it returns 0. On failure, it returns a negative errno-style error code.