summaryrefslogtreecommitdiff
path: root/man/sd_bus_message_read_basic.xml
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-02-25 13:16:39 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-02-25 14:55:17 +0100
commitbeca342dba17da022e87374708dc374cc11d5dca (patch)
tree2cf84b5902a40528b417c6dbc771e2d7efe0879a /man/sd_bus_message_read_basic.xml
parent9c274488a9168f8284dc99882856ca79ce2aa132 (diff)
downloadsystemd-beca342dba17da022e87374708dc374cc11d5dca.tar.gz
man: fix grammaro
Diffstat (limited to 'man/sd_bus_message_read_basic.xml')
-rw-r--r--man/sd_bus_message_read_basic.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/man/sd_bus_message_read_basic.xml b/man/sd_bus_message_read_basic.xml
index 443fcdaad0..bd5a149a26 100644
--- a/man/sd_bus_message_read_basic.xml
+++ b/man/sd_bus_message_read_basic.xml
@@ -58,12 +58,12 @@
<parameter>type</parameter> is <constant>'s'</constant>, the object passed in <parameter>p</parameter>
should have type <type>const char **</type>. Note that, if the basic type is a pointer (e.g.,
<type>const char *</type> in the case of a string), the pointer is only borrowed and the contents must
- be copied if they are to be used after the end of the messages lifetime. Similarly, during the lifetime
- of such a pointer, the message must not be modified. If <parameter>type</parameter> is
+ be copied if they are to be used after the end of the message's lifetime. Similarly, during the
+ lifetime of such a pointer, the message must not be modified. If <parameter>type</parameter> is
<constant>'h'</constant> (UNIX file descriptor), the descriptor is not duplicated by this call and the
- returned descriptor remains in possession of the message object, and needs to be duplicated by the caller
- in order to keep an open reference to it after the message object is freed (for example by calling
- <literal>fcntl(fd, FD_DUPFD_CLOEXEC, 3)</literal>). See the table below for a complete list of
+ returned descriptor remains in possession of the message object, and needs to be duplicated by the
+ caller in order to keep an open reference to it after the message object is freed (for example by
+ calling <literal>fcntl(fd, FD_DUPFD_CLOEXEC, 3)</literal>). See the table below for a complete list of
allowed types.
</para>