summaryrefslogtreecommitdiff
path: root/man/sd_bus_get_fd.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_get_fd.xml
parenta1de7d01ff10fc87010496d9c776e0df68e71214 (diff)
downloadsystemd-63d9fe0f6d146439ebf88b910fbe445eca9cadf7.tar.gz
fix typo
Diffstat (limited to 'man/sd_bus_get_fd.xml')
-rw-r--r--man/sd_bus_get_fd.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_bus_get_fd.xml b/man/sd_bus_get_fd.xml
index 689bba6f38..7297db316f 100644
--- a/man/sd_bus_get_fd.xml
+++ b/man/sd_bus_get_fd.xml
@@ -92,7 +92,7 @@
care should be taken to use a division that rounds up to ensure the I/O polling operation
doesn't sleep for shorter than necessary, which might result in unintended busy looping
(alternatively, use
- <citerefentry project='man-pages'><refentrytitle>ppoll</refentrytitle><manvolnum>3</manvolnum></citerefentry>
+ <citerefentry project='man-pages'><refentrytitle>ppoll</refentrytitle><manvolnum>2</manvolnum></citerefentry>
instead of plain <function>poll()</function>, which understands timeouts with nano-second
granularity).</para>