diff options
author | Jan Engelhardt <jengelh@inai.de> | 2014-05-08 01:28:45 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-05-07 20:13:27 -0400 |
commit | b8bde11658366290521e3d03316378b482600323 (patch) | |
tree | ccecde357ccb3b109e69aa2a6227f7cd7c71aedc /man/sd_bus_message_append_strv.xml | |
parent | dca348bcbb462305864526c587495a14a76bfcde (diff) |
doc: comma placement corrections and word order
Set commas where there should be some.
Some improvements to word order.
Diffstat (limited to 'man/sd_bus_message_append_strv.xml')
-rw-r--r-- | man/sd_bus_message_append_strv.xml | 8 |
1 files changed, 4 insertions, 4 deletions
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 <http://www.gnu.org/licenses/>. <refsect1> <title>Description</title> - <para>Function <function>sd_bus_message_append</function> can be + <para>The <function>sd_bus_message_append</function> function can be used to append an array of strings to message - <parameter>m</parameter>. Parameter <parameter>l</parameter> - points to a <constant>NULL</constant>-terminated array of pointers + <parameter>m</parameter>. The parameter <parameter>l</parameter> + shall point to a <constant>NULL</constant>-terminated array of pointers to <constant>NUL</constant>-terminated strings. Each string must satisfy the same constraints as described for the <literal>s</literal> type in @@ -94,7 +94,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. <refsect1> <title>Notes</title> - <para><function>sd_bus_append_append_strv()</function> function + <para>The <function>sd_bus_append_append_strv()</function> function described here is available as a shared library, which can be compiled and linked to with the <constant>libsystemd</constant> <citerefentry><refentrytitle>pkg-config</refentrytitle><manvolnum>1</manvolnum></citerefentry> |