]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Merge pull request #2035 from evverx/man-fix-io-revents
authorDaniel Mack <github@zonque.org>
Thu, 26 Nov 2015 09:55:29 +0000 (10:55 +0100)
committerDaniel Mack <github@zonque.org>
Thu, 26 Nov 2015 09:55:29 +0000 (10:55 +0100)
man: fix function name

man/sd_event_add_io.xml

index e3ac407cdfc8d09d4c3d9d3a5a2b4fc0e9639c9a..4cc0428e299c817ed909b6d375b68633f6d22996 100644 (file)
     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