--- libev/ev.pod 2010/10/24 19:38:20 1.324 +++ libev/ev.pod 2010/10/24 19:44:08 1.325 @@ -3096,7 +3096,7 @@ =over 4 -=item ev_fork_init (ev_signal *, callback) +=item ev_fork_init (ev_fork *, callback) Initialises and configures the fork watcher - it has no parameters of any kind. There is a C macro, but using it is utterly pointless, @@ -3119,7 +3119,7 @@ =over 4 -=item ev_cleanup_init (ev_signal *, callback) +=item ev_cleanup_init (ev_cleanup *, callback) Initialises and configures the cleanup watcher - it has no parameters of any kind. There is a C macro, but using it is utterly @@ -4881,7 +4881,7 @@ These calls can be replaced easily by their C counterparts: - ev_loop_destroy (EV_DEFAULT); + ev_loop_destroy (EV_DEFAULT_UC); ev_loop_fork (EV_DEFAULT); =item function/symbol renames