--- EV/EV.pm 2007/11/24 16:20:30 1.52 +++ EV/EV.pm 2007/11/24 16:57:30 1.53 @@ -312,9 +312,9 @@ =item $w = EV::timer_ns $after, $repeat, $callback -Calls the callback after C<$after> seconds. If C<$repeat> is non-zero, -the timer will be restarted (with the $repeat value as $after) after the -callback returns. +Calls the callback after C<$after> seconds (which may be fractional). If +C<$repeat> is non-zero, the timer will be restarted (with the $repeat +value as $after) after the callback returns. This means that the callback would be called roughly after C<$after> seconds, and then every C<$repeat> seconds. The timer does his best not