summaryrefslogtreecommitdiff
path: root/man/sd_bus_enqueue_for_read.xml
diff options
context:
space:
mode:
Diffstat (limited to 'man/sd_bus_enqueue_for_read.xml')
-rw-r--r--man/sd_bus_enqueue_for_read.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_bus_enqueue_for_read.xml b/man/sd_bus_enqueue_for_read.xml
index 82b91cbe3c..9bdf498195 100644
--- a/man/sd_bus_enqueue_for_read.xml
+++ b/man/sd_bus_enqueue_for_read.xml
@@ -39,7 +39,7 @@
<title>Description</title>
<para><function>sd_bus_enqueue_for_read()</function> may be used to re-enqueue an incoming bus message on
- the local read queue, so that it is processed and dispatched locally again, similar to how an incoming
+ the local read queue, so that it is processed and dispatched locally again, similarly to how an incoming
message from the peer is processed. Takes a bus connection object and the message to enqueue. A reference
is taken of the message and the caller's reference thus remains in possession of the caller. The message
is enqueued at the end of the queue, thus will be dispatched after all other already queued messages are