summaryrefslogtreecommitdiff
path: root/man/sd_bus_process.xml
diff options
context:
space:
mode:
authorDarren Ng <darren19970810@gmail.com>2021-01-04 09:40:52 +0800
committerLuca Boccassi <luca.boccassi@gmail.com>2021-01-04 11:01:17 +0000
commit63d9fe0f6d146439ebf88b910fbe445eca9cadf7 (patch)
tree5de5c87f4cafe2c6c3b74a85d719c1319deeae11 /man/sd_bus_process.xml
parenta1de7d01ff10fc87010496d9c776e0df68e71214 (diff)
downloadsystemd-63d9fe0f6d146439ebf88b910fbe445eca9cadf7.tar.gz
fix typo
Diffstat (limited to 'man/sd_bus_process.xml')
-rw-r--r--man/sd_bus_process.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_bus_process.xml b/man/sd_bus_process.xml
index 09b3c50dde..193c16c6a5 100644
--- a/man/sd_bus_process.xml
+++ b/man/sd_bus_process.xml
@@ -46,7 +46,7 @@
queued incoming messages are dispatched to registered callbacks. Each time it is invoked a single operation is
executed. It returns zero when no operations were pending and positive if a message was processed. When zero is
returned the caller should synchronously poll for I/O events before calling into
- <function>sd_bus_process()</function> again. For that either user the simple, synchronous
+ <function>sd_bus_process()</function> again. For that either use the simple, synchronous
<citerefentry><refentrytitle>sd_bus_wait</refentrytitle><manvolnum>3</manvolnum></citerefentry> call, or hook up
the bus connection object to an external or manual event loop using
<citerefentry><refentrytitle>sd_bus_get_fd</refentrytitle><manvolnum>3</manvolnum></citerefentry>.