X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsd_bus_message_append_strv.xml;h=458e21dcb989df1aa6a68984ecb0bd9255d41607;hp=048bbcac08fe56cc697829c779c3780134a6f13b;hb=cac2e345596b2743053c0285280b81794b3aaf10;hpb=effbc8e4f70fc70e4a4a8a1dc77228dd187f9c22 diff --git a/man/sd_bus_message_append_strv.xml b/man/sd_bus_message_append_strv.xml index 048bbcac0..458e21dcb 100644 --- a/man/sd_bus_message_append_strv.xml +++ b/man/sd_bus_message_append_strv.xml @@ -1,32 +1,32 @@ - + - sd_bus_message_append_strv - systemd + elogind @@ -51,7 +51,7 @@ along with systemd; If not, see . - #include <systemd/sd-bus.h> + #include <elogind/sd-bus.h> int sd_bus_message_append_strv @@ -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 @@ -77,8 +77,8 @@ along with systemd; If not, see . The memory pointed at by p and the contents of the strings themselves are copied into the memory area containing the message and may be changed after this call. Note - that the signature of l parameter is be - treated as const char* const*, and the the contents + that the signature of l parameter is to be + treated as const char *const *, and the contents will not be modified. @@ -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 + libelogind pkg-config1 file. @@ -105,7 +105,7 @@ along with systemd; If not, see . See Also - systemd1, + elogind8, sd-bus3, sd_bus_message_append3, sd_bus_message_append_array3,