--- libev/ev.3 2020/07/26 11:10:45 1.123 +++ libev/ev.3 2021/05/09 18:41:06 1.124 @@ -133,7 +133,7 @@ .\" ======================================================================== .\" .IX Title "LIBEV 3" -.TH LIBEV 3 "2020-07-12" "libev-4.33" "libev - high performance full featured event loop" +.TH LIBEV 3 "2021-01-11" "libev-4.33" "libev - high performance full featured event loop" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -1089,8 +1089,8 @@ \& \- Queue all idle watchers with priority higher than that of pending events. \& \- Queue all check watchers. \& \- Call all queued watchers in reverse order (i.e. check watchers first). -\& Signals and child watchers are implemented as I/O watchers, and will -\& be handled here by queueing them when their watcher gets executed. +\& Signals, async and child watchers are implemented as I/O watchers, and +\& will be handled here by queueing them when their watcher gets executed. \& \- If ev_break has been called, or EVRUN_ONCE or EVRUN_NOWAIT \& were used, or there are no active watchers, goto FINISH, otherwise \& continue with step LOOP.