summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root>2007-11-12 08:32:51 +0000
committerroot <root>2007-11-12 08:32:51 +0000
commitc585a019b5590e9c5b01a77fc81088d551c99da9 (patch)
treee4085bd27c304646f7006a8a0aa64d24a84338b2
parentdd9ee8186255d5050d01ec99aa1b5b25aefb5280 (diff)
*** empty log message ***
-rw-r--r--ev.html8
-rw-r--r--ev.pod4
2 files changed, 6 insertions, 6 deletions
diff --git a/ev.html b/ev.html
index 31fcdf2..6fc304d 100644
--- a/ev.html
+++ b/ev.html
@@ -6,7 +6,7 @@
<meta name="description" content="Pod documentation for libev" />
<meta name="inputfile" content="&lt;standard input&gt;" />
<meta name="outputfile" content="&lt;standard output&gt;" />
- <meta name="created" content="Mon Nov 12 09:32:26 2007" />
+ <meta name="created" content="Mon Nov 12 09:32:51 2007" />
<meta name="generator" content="Pod::Xhtml 1.57" />
<link rel="stylesheet" href="http://res.tst.eu/pod.css"/></head>
<body>
@@ -26,7 +26,7 @@
</ul>
</li>
<li><a href="#WATCHER_TYPES">WATCHER TYPES</a>
-<ul><li><a href="#code_ev_io_code_is_my_file_descripto"><code>ev_io</code> - is my file descriptor readable or writable</a></li>
+<ul><li><a href="#code_ev_io_code_is_this_file_descrip"><code>ev_io</code> - is this file descriptor readable or writable</a></li>
<li><a href="#code_ev_timer_code_relative_and_opti"><code>ev_timer</code> - relative and optionally recurring timeouts</a></li>
<li><a href="#code_ev_periodic_code_to_cron_or_not"><code>ev_periodic</code> - to cron or not to cron it</a></li>
<li><a href="#code_ev_signal_code_signal_me_when_a"><code>ev_signal</code> - signal me when a signal gets signalled</a></li>
@@ -428,8 +428,8 @@ have been omitted....</p>
information given in the last section.</p>
</div>
-<h2 id="code_ev_io_code_is_my_file_descripto"><code>ev_io</code> - is my file descriptor readable or writable</h2>
-<div id="code_ev_io_code_is_my_file_descripto-2">
+<h2 id="code_ev_io_code_is_this_file_descrip"><code>ev_io</code> - is this file descriptor readable or writable</h2>
+<div id="code_ev_io_code_is_this_file_descrip-2">
<p>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
diff --git a/ev.pod b/ev.pod
index 62a8299..b7bae06 100644
--- a/ev.pod
+++ b/ev.pod
@@ -564,10 +564,10 @@ NOTE: I<This callback MUST NOT stop or destroy the periodic or any other
periodic watcher, ever, or make any event loop modifications>. If you need
to stop it, return C<now + 1e30> (or so, fudge fudge) and stop it afterwards.
-Also, I<<this callback must always return a time that is later than the
+Also, I<< this callback must always return a time that is later than the
passed C<now> value >>. Not even C<now> itself will be ok.
-Its prototype is c<ev_tstamp (*reschedule_cb)(struct ev_periodic *w,
+Its prototype is C<ev_tstamp (*reschedule_cb)(struct ev_periodic *w,
ev_tstamp now)>, e.g.:
static ev_tstamp my_rescheduler (struct ev_periodic *w, ev_tstamp now)