X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsd_event_add_io.xml;h=5c363f96b33d90276f9bc2e67d6aae574e5cb769;hb=f54b3c4300b9c2be764969607ea6574ff9dfe276;hp=4e01d2754c31ebabb5444a7a9c871c5f980807a4;hpb=c11dd1c49b997de4d222f302070387f82d8068ca;p=elogind.git diff --git a/man/sd_event_add_io.xml b/man/sd_event_add_io.xml index 4e01d2754..5c363f96b 100644 --- a/man/sd_event_add_io.xml +++ b/man/sd_event_add_io.xml @@ -141,14 +141,14 @@ EPOLLHUP set. By default, the I/O event source will stay enabled - continously (SD_EVENT_ON), but this may be + continuously (SD_EVENT_ON), but this may be changed with sd_event_source_set_enabled3. If the handler function returns a negative error code, it will be disabled after the invocation, even if the SD_EVENT_ON mode was requested before. Note that an I/O event source set to SD_EVENT_ON will - fire continously unless data is read or written to the file + fire continuously unless data is read or written to the file descriptor in order to reset the mask of events seen. @@ -169,7 +169,7 @@ SD_EVENT_OFF with sd_event_source_set_enabled3. - If the the second parameter of + If the second parameter of sd_event_add_io() is passed as NULL no reference to the event source object is returned. In this case the event source is considered "floating", and will be destroyed @@ -279,7 +279,7 @@ See Also - elogind1, + elogind8, sd-event3, sd_event_new3, sd_event_now3,