diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-11-09 22:38:36 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-11-12 09:10:32 +0100 |
commit | 725d9713a9f8d9eddf665aefffee04a5d18f1179 (patch) | |
tree | 95753bc4dadd761847f19d6b08b4ce2de16f3396 /man/sd_bus_message_append_string_memfd.xml | |
parent | man: fix tag (diff) | |
download | systemd-725d9713a9f8d9eddf665aefffee04a5d18f1179.tar.xz systemd-725d9713a9f8d9eddf665aefffee04a5d18f1179.zip |
man: append parentheses for function name
Diffstat (limited to 'man/sd_bus_message_append_string_memfd.xml')
-rw-r--r-- | man/sd_bus_message_append_string_memfd.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man/sd_bus_message_append_string_memfd.xml b/man/sd_bus_message_append_string_memfd.xml index 7812a6f800..8559c60ba8 100644 --- a/man/sd_bus_message_append_string_memfd.xml +++ b/man/sd_bus_message_append_string_memfd.xml @@ -54,20 +54,20 @@ <title>Description</title> <para>The functions - <function>sd_bus_message_append_string_memfd</function> and - <function>sd_bus_message_append_string_iovec</function> can be + <function>sd_bus_message_append_string_memfd()</function> and + <function>sd_bus_message_append_string_iovec()</function> can be used to append a single string (item of type <literal>s</literal>) to message <parameter>m</parameter>.</para> <para>In case of - <function>sd_bus_message_append_string_memfd</function>, the + <function>sd_bus_message_append_string_memfd()</function>, the contents of <parameter>memfd</parameter> are the string. They must satisfy the same constraints as described for the <literal>s</literal> type in <citerefentry><refentrytitle>sd_bus_message_append_basic</refentrytitle><manvolnum>3</manvolnum></citerefentry>.</para> <para>In case of - <function>sd_bus_message_append_string_iovec</function>, the + <function>sd_bus_message_append_string_iovec()</function>, the payload of <parameter>iov</parameter> is the string. It must satisfy the same constraints as described for the <literal>s</literal> type in @@ -84,9 +84,9 @@ after this call.</para> <para>The - <function>sd_bus_message_append_string_space</function> function appends + <function>sd_bus_message_append_string_space()</function> function appends space for a string to message <parameter>m</parameter>. It behaves - similar to <function>sd_bus_message_append_basic</function> with + similar to <function>sd_bus_message_append_basic()</function> with type <literal>s</literal>, but instead of copying a string into the message, it returns a pointer to the destination area to the caller in pointer <parameter>p</parameter>. Space for the string |