summaryrefslogtreecommitdiff
path: root/man/sd_bus_message_read.xml
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2020-03-17 21:52:30 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-03-18 10:45:14 +0100
commit953ee402cba52518f57105ae9c3c630d8a421f00 (patch)
tree46f2b2100e9e5803f5b1758a0404d308b58c840a /man/sd_bus_message_read.xml
parentb48772f6cb228b3e463c64c41de7bf811534ba34 (diff)
downloadsystemd-953ee402cba52518f57105ae9c3c630d8a421f00.tar.gz
sd-bus: sd_bus_call/sd_bus_call_async_docs + cleanups.
Diffstat (limited to 'man/sd_bus_message_read.xml')
-rw-r--r--man/sd_bus_message_read.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_bus_message_read.xml b/man/sd_bus_message_read.xml
index ee7bdc4bfd..53cda9f329 100644
--- a/man/sd_bus_message_read.xml
+++ b/man/sd_bus_message_read.xml
@@ -63,7 +63,7 @@
pointers to appropriate types (a pointer to <type>int8_t</type> for a <literal>y</literal> in
the type string, a pointer to <type>int32_t</type> for an <literal>i</literal>, a pointer to
<type>const char*</type> for an <literal>s</literal>, ...) which are set based on the values in
- the message. As an exception, in case or array and variant types, the first argument is an
+ the message. As an exception, in case of array and variant types, the first argument is an
"input" argument that further specifies how the message should be read. See the table below for
a complete list of allowed arguments and their types. Note that, if the basic type is a pointer
(e.g., <type>const char *</type> in the case of a string), the argument is a pointer to a