From 76b4d355e105739fd97e9c49e1771177b38bee10 Mon Sep 17 00:00:00 2001 From: edupont Date: Thu, 19 Jan 2023 14:24:56 +0100 Subject: [PATCH] Fix typo in parameter name --- man/sd_bus_wait.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ sd_bus_process3 returns zero, indicating that no work is pending on the connection. Internally, this call invokes ppoll2, to wait for I/O on - the bus connection. If the timeout_sec parameter is specified, the call will block at most + the bus connection. If the timeout_usec parameter is specified, the call will block at most for the specified amount of time in µs. Pass UINT64_MAX to permit it to sleep indefinitely. -- 2.25.1