summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root>2010-10-25 11:10:10 +0000
committerroot <root>2010-10-25 11:10:10 +0000
commit58f7cd12e2e62a7721a844a0bd18fc9e9c595ba2 (patch)
tree21ec4d2f00c3e7455712315e2da37d83c5ab8883
parent7f483d77d8cfe5e3d345e3eeae311fe0dd0c838c (diff)
*** empty log message ***
-rw-r--r--ev.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/ev.pod b/ev.pod
index 4dca16d..69ab7ae 100644
--- a/ev.pod
+++ b/ev.pod
@@ -825,9 +825,9 @@ has processed all outstanding events). The C<how> argument must be either
C<EVBREAK_ONE>, which will make the innermost C<ev_run> call return, or
C<EVBREAK_ALL>, which will make all nested C<ev_run> calls return.
-This "unloop state" will be cleared when entering C<ev_run> again.
+This "break state" will be cleared when entering C<ev_run> again.
-It is safe to call C<ev_break> from outside any C<ev_run> calls. ##TODO##
+It is safe to call C<ev_break> from outside any C<ev_run> calls, too.
=item ev_ref (loop)