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_array.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'man/sd_bus_message_append_array.xml') diff --git a/man/sd_bus_message_append_array.xml b/man/sd_bus_message_append_array.xml index fe84671f3e..455e1bb3af 100644 --- a/man/sd_bus_message_append_array.xml +++ b/man/sd_bus_message_append_array.xml @@ -91,7 +91,7 @@ along with systemd; If not, see . Description - Function sd_bus_message_append_array + The sd_bus_message_append_array functionc appends items to message m as the single array. A container will be opened, items appended, and the container closed. Parameter type determines @@ -116,19 +116,19 @@ along with systemd; If not, see . into the memory area containing the message and may be changed after this call. - Function - sd_bus_message_append_array_memfd appends + The + sd_bus_message_append_array_memfd function appends items to message m, similarly to sd_bus_message_append_array. Contents of the memory file descriptor memfd are used as the contents of the array. Their size must be a multiple of the size of the type type. - Descriptor memfd will be sealed - and cannot be modified after this call. + The descriptor specified with memfd + will be sealed and cannot be modified after this call. - Function - sd_bus_message_append_array_iovec appends + The + sd_bus_message_append_array_iovec function appends items to message m, similarly to sd_bus_message_append_array. Contents of the iovec iov are used as the contents of the @@ -136,7 +136,7 @@ along with systemd; If not, see . sum of iov_len fields) must be a multiple of the size of the type type. - Pointer iov must point to + The iov argument must point to n struct iovec structures. Each structure may have the iov_base field set, in which case the @@ -146,8 +146,8 @@ along with systemd; If not, see . memory pointed at by iov may be changed after this call. - Function - sd_bus_message_append_array_space appends + The + sd_bus_message_append_array_space function appends space for an array of items to message m. It behaves the same as sd_bus_message_append_array, but instead @@ -159,7 +159,7 @@ along with systemd; If not, see . Return Value - On success, those calls return 0 or a positive integer. On + On success, these calls return 0 or a positive integer. On failure, they returns a negative errno-style error code. -- cgit v1.2.1