summaryrefslogtreecommitdiff
path: root/man/sd_bus_message_append_string_memfd.xml
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@inai.de>2014-05-08 01:28:44 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-05-07 20:13:26 -0400
commitdca348bcbb462305864526c587495a14a76bfcde (patch)
tree62cc5561f464d2da6a5c91343080177163c886c0 /man/sd_bus_message_append_string_memfd.xml
parent0c9d8f1d4b5018199cb5a9b57580dc1480a7f915 (diff)
downloadsystemd-dca348bcbb462305864526c587495a14a76bfcde.tar.gz
doc: corrections to words and forms
This patch exchange words which are inappropriate for a situation, deletes duplicated words, and adds particles where needed.
Diffstat (limited to 'man/sd_bus_message_append_string_memfd.xml')
-rw-r--r--man/sd_bus_message_append_string_memfd.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/sd_bus_message_append_string_memfd.xml b/man/sd_bus_message_append_string_memfd.xml
index a9b8924805..bf185ef6d4 100644
--- a/man/sd_bus_message_append_string_memfd.xml
+++ b/man/sd_bus_message_append_string_memfd.xml
@@ -115,8 +115,8 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
space for a string to message <parameter>m</parameter>. If behaves
similarly to <function>sd_bus_message_append_basic</function> with
type <literal>s</literal>, but instead of copying a string into
- the the message, it returns a pointer to the destination area to
- the caller in pointer <parameter>p</parameter>. Space for string
+ the message, it returns a pointer to the destination area to
+ the caller in pointer <parameter>p</parameter>. Space for the string
of length <parameter>size</parameter> plus the terminating
<constant>NUL</constant> is allocated.</para>
</refsect1>