]> git.llucax.com Git - software/libev.git/blobdiff - ev.pod
*** empty log message ***
[software/libev.git] / ev.pod
diff --git a/ev.pod b/ev.pod
index 62a8299c0b6adc2e616868d84fe1901247a9b320..b7bae0669a2333fea791e259a56d8df4b6d9046e 100644 (file)
--- 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)