X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsd_bus_message_append_strv.xml;h=1767f73f7f36a607eb2a58369c9825332a841bda;hb=b98b483bac585af754e8a22ea890db8486905d8a;hp=4fb1390df48ebf6af5d4516aeb5ee9ce6a496328;hpb=dca348bcbb462305864526c587495a14a76bfcde;p=elogind.git diff --git a/man/sd_bus_message_append_strv.xml b/man/sd_bus_message_append_strv.xml index 4fb1390df..1767f73f7 100644 --- a/man/sd_bus_message_append_strv.xml +++ b/man/sd_bus_message_append_strv.xml @@ -1,4 +1,4 @@ - + @@ -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,10 +94,10 @@ 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 + libsystemd pkg-config1 file.