summaryrefslogtreecommitdiff
path: root/ev.3
diff options
context:
space:
mode:
authorroot <root>2007-11-23 04:36:03 +0000
committerroot <root>2007-11-23 04:36:03 +0000
commit1ad1e600c3eebe009db39a0f9750ed4adb078857 (patch)
tree1434a2197a77b34a95b18b641e7e72081f4c17fe /ev.3
parent464fbfae8cba64110c7764620d80fb91cd988618 (diff)
*** empty log message ***
Diffstat (limited to 'ev.3')
-rw-r--r--ev.38
1 files changed, 4 insertions, 4 deletions
diff --git a/ev.3 b/ev.3
index ab5e004..5fda031 100644
--- a/ev.3
+++ b/ev.3
@@ -129,7 +129,7 @@
.\" ========================================================================
.\"
.IX Title ""<STANDARD INPUT>" 1"
-.TH "<STANDARD INPUT>" 1 "2007-11-22" "perl v5.8.8" "User Contributed Perl Documentation"
+.TH "<STANDARD INPUT>" 1 "2007-11-23" "perl v5.8.8" "User Contributed Perl Documentation"
.SH "NAME"
libev \- a high performance full\-featured event loop written in C
.SH "SYNOPSIS"
@@ -349,9 +349,9 @@ one. Despite the name, you can call it anytime, but it makes most sense
after forking, in either the parent or child process (or both, but that
again makes little sense).
.Sp
-You \fImust\fR call this function after forking if and only if you want to
-use the event library in both processes. If you just fork+exec, you don't
-have to call it.
+You \fImust\fR call this function in the child process after forking if and
+only if you want to use the event library in both processes. If you just
+fork+exec, you don't have to call it.
.Sp
The function itself is quite fast and it's usually not a problem to call
it just in case after a fork. To make this easy, the function will fit in