summaryrefslogtreecommitdiff
path: root/ev.pod
diff options
context:
space:
mode:
authorroot <root>2007-11-12 08:11:01 +0000
committerroot <root>2007-11-12 08:11:01 +0000
commit5c3ede49c8917743e66fb4aee2fdc33a6843c5d2 (patch)
tree86b4c7a713e834b6eaa204b4fd48ca18c12a34ce /ev.pod
parent46c499e78dc97f19ed40e0479c0855e71dd440a6 (diff)
*** empty log message ***
Diffstat (limited to 'ev.pod')
-rw-r--r--ev.pod8
1 files changed, 4 insertions, 4 deletions
diff --git a/ev.pod b/ev.pod
index 075d672..3a6063f 100644
--- a/ev.pod
+++ b/ev.pod
@@ -10,7 +10,7 @@ libev - a high performance full-featured event loop written in C
Libev is an event loop: you register interest in certain events (such as a
file descriptor being readable or a timeout occuring), and it will manage
-these event sources and provide your program events.
+these event sources and provide your program with events.
To do this, it must take more or less complete control over your process
(or thread) by executing the I<event loop> handler, and will then
@@ -295,8 +295,8 @@ As long as your watcher is active (has been started but not stopped) you
must not touch the values stored in it. Most specifically you must never
reinitialise it or call its set method.
-You cna check wether an event is active by calling the C<ev_is_active
-(watcher *)> macro. To see wether an event is outstanding (but the
+You cna check whether an event is active by calling the C<ev_is_active
+(watcher *)> macro. To see whether an event is outstanding (but the
callback for it has not been called yet) you cna use the C<ev_is_pending
(watcher *)> macro.
@@ -402,7 +402,7 @@ information given in the last section.
=head2 struct ev_io - is my file descriptor readable or writable
-I/O watchers check wether a file descriptor is readable or writable
+I/O watchers check whether a file descriptor is readable or writable
in each iteration of the event loop (This behaviour is called
level-triggering because you keep receiving events as long as the
condition persists. Remember you cna stop the watcher if you don't want to