summaryrefslogtreecommitdiffstats
path: root/man/sd_event_add_io.xml
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2015-11-26 08:54:08 +0100
committerEvgeny Vereshchagin <evvers@ya.ru>2015-11-26 08:54:08 +0100
commit13b6b49fa2cdef3e694427faeea429077bd6c97f (patch)
tree41a012e4457c75e68709be1553e758333fe0cfcc /man/sd_event_add_io.xml
parentMerge pull request #2024 from eworm-de/net (diff)
downloadsystemd-13b6b49fa2cdef3e694427faeea429077bd6c97f.tar.xz
systemd-13b6b49fa2cdef3e694427faeea429077bd6c97f.zip
man: fix function name
Diffstat (limited to 'man/sd_event_add_io.xml')
-rw-r--r--man/sd_event_add_io.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_event_add_io.xml b/man/sd_event_add_io.xml
index e3ac407cdf..4cc0428e29 100644
--- a/man/sd_event_add_io.xml
+++ b/man/sd_event_add_io.xml
@@ -196,7 +196,7 @@
with <function>sd_event_add_io()</function>. It takes the event
source object and the new event mask to set.</para>
- <para><function>sd_event_source_get_io_events()</function>
+ <para><function>sd_event_source_get_io_revents()</function>
retrieves the I/O event mask of currently seen but undispatched
events from an I/O event source created previously with
<function>sd_event_add_io()</function>. It takes the event source