summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root>2013-10-11 07:50:43 +0000
committerroot <root>2013-10-11 07:50:43 +0000
commita587b0899cfafb04ea726a6e9316777aa7d0ebda (patch)
treef14f3296ce650940014873806e4ead57e2e030ff
parent109db4dbb930b320980082c5cfd57dff26a70c0c (diff)
*** empty log message ***
-rw-r--r--ev.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/ev.pod b/ev.pod
index 92f0d42..7eb9ea9 100644
--- a/ev.pod
+++ b/ev.pod
@@ -688,7 +688,7 @@ name, you can call it anytime, but it makes most sense after forking, in
the child process. You I<must> call it (or use C<EVFLAG_FORKCHECK>) in the
child before resuming or calling C<ev_run>.
-Again, you I<have> to call it on I<any> loop that you want to re-use after
+Again, you I<have> to call it on I<any> loop that you want to re-use after
a fork, I<even if you do not plan to use the loop in the parent>. This is
because some kernel interfaces *cough* I<kqueue> *cough* do funny things
during fork.