summaryrefslogtreecommitdiff
path: root/ev.pod
diff options
context:
space:
mode:
authorroot <root>2010-10-24 19:44:08 +0000
committerroot <root>2010-10-24 19:44:08 +0000
commit1a1e52705cd6c8b3536f6acc70c8627cc0bf314f (patch)
tree0f424be174f931d9ca8fdd68d0f96df65159f635 /ev.pod
parent58ef9d93fb27fd25038961a92993e81cc0bba455 (diff)
*** empty log message ***
Diffstat (limited to 'ev.pod')
-rw-r--r--ev.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/ev.pod b/ev.pod
index 87bd72d..d0c4c51 100644
--- a/ev.pod
+++ b/ev.pod
@@ -3096,7 +3096,7 @@ signal watchers.
=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<ev_fork_set> macro, but using it is utterly pointless,
@@ -3119,7 +3119,7 @@ loop when you want them to be invoked.
=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<ev_cleanup_set> macro, but using it is utterly
@@ -4881,7 +4881,7 @@ removed in later versions of libev, so better update early than late.
These calls can be replaced easily by their C<ev_loop_xxx> counterparts:
- ev_loop_destroy (EV_DEFAULT);
+ ev_loop_destroy (EV_DEFAULT_UC);
ev_loop_fork (EV_DEFAULT);
=item function/symbol renames