]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Fix typo in parameter name
authoredupont <emeric.dupont@agol.org>
Thu, 19 Jan 2023 13:24:56 +0000 (14:24 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 19 Jan 2023 14:11:36 +0000 (23:11 +0900)
man/sd_bus_wait.xml

index 5858be106273d4f940bd691c5ba1efb14494cd61..eaad91f52e8d30953ef8cf6654a00e23bd5ecd40 100644 (file)
@@ -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>