mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-09-22 13:45:21 +03:00
man: fix function name
This commit is contained in:
@@ -196,7 +196,7 @@
|
|||||||
with <function>sd_event_add_io()</function>. It takes the event
|
with <function>sd_event_add_io()</function>. It takes the event
|
||||||
source object and the new event mask to set.</para>
|
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
|
retrieves the I/O event mask of currently seen but undispatched
|
||||||
events from an I/O event source created previously with
|
events from an I/O event source created previously with
|
||||||
<function>sd_event_add_io()</function>. It takes the event source
|
<function>sd_event_add_io()</function>. It takes the event source
|
||||||
|
Reference in New Issue
Block a user