]> git.llucax.com Git - software/libev.git/commitdiff
*** empty log message ***
authorroot <root>
Mon, 31 Dec 2007 01:34:09 +0000 (01:34 +0000)
committerroot <root>
Mon, 31 Dec 2007 01:34:09 +0000 (01:34 +0000)
ev.pod

diff --git a/ev.pod b/ev.pod
index 6b72cf79b2ccfc9e7f7fde4b60740b056b81f7c6..742177cceaae2adb7d87975ce1bb2dc15d9d36f9 100644 (file)
--- a/ev.pod
+++ b/ev.pod
@@ -607,7 +607,9 @@ example, libev itself uses this for its internal signal pipe: It is not
 visible to the libev user and should not keep C<ev_loop> from exiting if
 no event watchers registered by it are active. It is also an excellent
 way to do this for generic recurring timers or from within third-party
-libraries. Just remember to I<unref after start> and I<ref before stop>.
+libraries. Just remember to I<unref after start> and I<ref before stop>
+(but only if the watcher wasn't active before, or was active before,
+respectively).
 
 Example: Create a signal watcher, but keep it from keeping C<ev_loop>
 running when nothing else is active.