--- cvsroot/EV/EV.pm 2007/12/21 05:30:25 1.74 +++ cvsroot/EV/EV.pm 2007/12/21 13:30:55 1.76 @@ -386,7 +386,7 @@ =item $w = EV::io_ns $fileno_or_fh, $eventmask, $callback -=item $w = $loop->io 8$fileno_or_fh, $eventmask, $callback) +=item $w = $loop->io ($fileno_or_fh, $eventmask, $callback) =item $w = $loop->io_ns ($fileno_or_fh, $eventmask, $callback) @@ -793,7 +793,7 @@ =item $w = $loop->prepare ($callback) -=item $w = $loop->prepare_ns 8$callback) +=item $w = $loop->prepare_ns ($callback) Call the callback just before the process would block. You can still create/modify any watchers at this point. @@ -908,8 +908,8 @@ my $async_check = EV::check sub { }; -This ensures that perl shortly gets into control for a short time, and -also ensures slower overall operation. +This ensures that perl gets into control for a short time to handle any +pending signals, and also ensures (slightly) slower overall operation. =head1 THREADS