From: David Tardon Date: Sat, 23 Dec 2023 13:01:02 +0000 (+0100) Subject: man: use just one for the description X-Git-Tag: v256-rc1~1398^2~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=08b96745ddea8d1a7226316098a0a5651ff312dc;p=thirdparty%2Fsystemd.git man: use just one for the description allows one or more s, but exactly one . --- diff --git a/man/sd_bus_call.xml b/man/sd_bus_call.xml index 0bd863d6046..963cc25d632 100644 --- a/man/sd_bus_call.xml +++ b/man/sd_bus_call.xml @@ -122,22 +122,24 @@ -EINVAL - The input parameter m is NULL. - + + The input parameter m is NULL. + - + The input parameter m is not a D-Bus method call. + To create a new D-Bus method call, use + sd_bus_message_new_method_call3. + - The input parameter m is not a D-Bus method call. - To create a new D-Bus method call, use - sd_bus_message_new_method_call3. - + The input parameter m has the + BUS_MESSAGE_NO_REPLY_EXPECTED flag set. - The input parameter m has the - BUS_MESSAGE_NO_REPLY_EXPECTED flag set. + The input parameter error is + non-NULL but was not set to SD_BUS_ERROR_NULL. + - The input parameter error is - non-NULL but was not set to SD_BUS_ERROR_NULL. - + +