summaryrefslogtreecommitdiff
path: root/ev.pod
diff options
context:
space:
mode:
authorsf-exg <sf-exg>2011-01-10 08:36:41 +0000
committersf-exg <sf-exg>2011-01-10 08:36:41 +0000
commitdf13049c1bc9cbcb5ba61d5ecc9b36c653590dd1 (patch)
treef82314281926d41bbcef307319bab41aeb7dbc4f /ev.pod
parentfdf8e637ed5779a72783db49d403f4f8b2e76de0 (diff)
Fix typo.
Diffstat (limited to 'ev.pod')
-rw-r--r--ev.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/ev.pod b/ev.pod
index b682667..56156b6 100644
--- a/ev.pod
+++ b/ev.pod
@@ -307,7 +307,7 @@ This function can be used to "simulate" a signal receive. It is completely
safe to call this function at any time, from any context, including signal
handlers or random threads.
-It's main use is to customise signal handling in your process, especially
+Its main use is to customise signal handling in your process, especially
in the presence of threads. For example, you could block signals
by default in all threads (and specifying C<EVFLAG_NOSIGMASK> when
creating any loops), and in one thread, use C<sigwait> or any other