---
ev.pod | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ev.pod b/ev.pod
index ec7468f..c2652cc 100644
--- a/ev.pod
+++ b/ev.pod
@@ -869,7 +869,7 @@ running when nothing else is active.
ev_signal exitsig;
ev_signal_init (&exitsig, sig_cb, SIGINT);
ev_signal_start (loop, &exitsig);
- evf_unref (loop);
+ ev_unref (loop);
Example: For some weird reason, unregister the above signal handler again.
--
1.7.2.3
_______________________________________________
libev mailing list
[email protected]
http://lists.schmorp.de/cgi-bin/mailman/listinfo/libev