From 086c9fbc03910a34528bacae7f2e52969f12f2c2 Mon Sep 17 00:00:00 2001 From: Benjamin Robin Date: Sun, 21 Feb 2021 19:51:14 +0100 Subject: [PATCH] man: Small fix of sd_bus_message_send() man page --- man/sd_bus_send.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/sd_bus_send.xml b/man/sd_bus_send.xml index 02ba3b8104c..315ad077ed4 100644 --- a/man/sd_bus_send.xml +++ b/man/sd_bus_send.xml @@ -84,8 +84,8 @@ be invoked to write out any queued message data to the transport. sd_bus_message_send() is the same as sd_bus_send() but - without the first and last argument. It's equivalent to - sd_bus_message_send(sd_bus_message_get_bus(m), m, NULL). + without the first and last argument. sd_bus_message_send(m) is equivalent to + sd_bus_send(sd_bus_message_get_bus(m), m, NULL). -- 2.47.3