]> git.llucax.com Git - software/libev.git/commitdiff
*** empty log message ***
authorroot <root>
Mon, 12 Nov 2007 08:58:24 +0000 (08:58 +0000)
committerroot <root>
Mon, 12 Nov 2007 08:58:24 +0000 (08:58 +0000)
ev.html
ev.pod

diff --git a/ev.html b/ev.html
index 1682cb283b54a12f5d0e7a6f2e617f72eaf85975..6658a2ed2b50a48862e823018052e29b262443d7 100644 (file)
--- 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:57:02 2007" />
+       <meta name="created" content="Mon Nov 12 09:58:24 2007" />
        <meta name="generator" content="Pod::Xhtml 1.57" />
 <link rel="stylesheet" href="http://res.tst.eu/pod.css"/></head>
 <body>
diff --git a/ev.pod b/ev.pod
index 82febdd73f767243bf51688414cbfcc647f6ebe2..0fb7b97f4f7356742e464420d8c64c4acd7e7cde 100644 (file)
--- a/ev.pod
+++ b/ev.pod
@@ -584,12 +584,13 @@ will usually be called just before the callback will be triggered, but
 might be called at other times, too.
 
 NOTE: I<< This callback must always return a time that is later than the
-passed C<now> value >>. Not even C<now> itself will do, it must be larger.
+passed C<now> value >>. Not even C<now> itself will do, it I<must> be larger.
 
 This can be used to create very complex timers, such as a timer that
 triggers on each midnight, local time. To do this, you would calculate the
-next midnight after C<now> and return the timestamp value for this. How you do this
-is, again, up to you (but it is not trivial).
+next midnight after C<now> and return the timestamp value for this. How
+you do this is, again, up to you (but it is not trivial, which is the main
+reason I omitted it as an example).
 
 =back