summaryrefslogtreecommitdiff
path: root/man/sd_bus_wait.xml
diff options
context:
space:
mode:
authoredupont <emeric.dupont@agol.org>2023-01-19 14:24:56 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2023-01-19 23:11:36 +0900
commit76b4d355e105739fd97e9c49e1771177b38bee10 (patch)
treef6e49f61f0ffabbbe940fa8e610f24b889e978c2 /man/sd_bus_wait.xml
parente3342b2d3f268987d3cd4c7f76a0e085c88a5e58 (diff)
downloadsystemd-76b4d355e105739fd97e9c49e1771177b38bee10.tar.gz
Fix typo in parameter name
Diffstat (limited to 'man/sd_bus_wait.xml')
-rw-r--r--man/sd_bus_wait.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_bus_wait.xml b/man/sd_bus_wait.xml
index 5858be1062..eaad91f52e 100644
--- a/man/sd_bus_wait.xml
+++ b/man/sd_bus_wait.xml
@@ -46,7 +46,7 @@
<citerefentry><refentrytitle>sd_bus_process</refentrytitle><manvolnum>3</manvolnum></citerefentry> returns zero,
indicating that no work is pending on the connection. Internally, this call invokes <citerefentry
project='man-pages'><refentrytitle>ppoll</refentrytitle><manvolnum>2</manvolnum></citerefentry>, to wait for I/O on
- the bus connection. If the <parameter>timeout_sec</parameter> parameter is specified, the call will block at most
+ the bus connection. If the <parameter>timeout_usec</parameter> parameter is specified, the call will block at most
for the specified amount of time in µs. Pass <constant>UINT64_MAX</constant> to permit it to sleep
indefinitely.</para>