X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=man%2Fsd_event_add_io.xml;h=010ecdbaf8f5526e256d7689cd0a5ef4610e47cb;hb=07c9d5f5d8171ac47f22e2cab1c0aef3b81ef404;hp=4e01d2754c31ebabb5444a7a9c871c5f980807a4;hpb=00b05b66b96a48fa4714589e2c82fd6c0265dd95;p=elogind.git diff --git a/man/sd_event_add_io.xml b/man/sd_event_add_io.xml index 4e01d2754..010ecdbaf 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