From b8bde11658366290521e3d03316378b482600323 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 8 May 2014 01:28:45 +0200 Subject: doc: comma placement corrections and word order Set commas where there should be some. Some improvements to word order. --- man/sd_bus_message_append_strv.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'man/sd_bus_message_append_strv.xml') diff --git a/man/sd_bus_message_append_strv.xml b/man/sd_bus_message_append_strv.xml index 4fb1390df4..a4e8350f32 100644 --- a/man/sd_bus_message_append_strv.xml +++ b/man/sd_bus_message_append_strv.xml @@ -64,10 +64,10 @@ along with systemd; If not, see . Description - Function sd_bus_message_append can be + The sd_bus_message_append function can be used to append an array of strings to message - m. Parameter l - points to a NULL-terminated array of pointers + m. The parameter l + shall point to a NULL-terminated array of pointers to NUL-terminated strings. Each string must satisfy the same constraints as described for the s type in @@ -94,7 +94,7 @@ along with systemd; If not, see . Notes - sd_bus_append_append_strv() function + The sd_bus_append_append_strv() function described here is available as a shared library, which can be compiled and linked to with the libsystemd pkg-config1 -- cgit v1.2.3-54-g00ecf