From 4d842bfffe9d21022fb0e6ea51d3a5eedb39e69e Mon Sep 17 00:00:00 2001 From: root Date: Mon, 12 Nov 2007 07:58:13 +0000 Subject: *** empty log message *** --- ev.c | 2 +- ev.h | 2 +- ev.html | 12 +++++++----- ev.pod | 2 +- event.c | 2 +- 5 files changed, 11 insertions(+), 9 deletions(-) diff --git a/ev.c b/ev.c index c8421b5..2c34141 100644 --- a/ev.c +++ b/ev.c @@ -772,7 +772,7 @@ loop_init (EV_P_ unsigned int flags) now_floor = mn_now; rtmn_diff = ev_rt_now - mn_now; - if (!(flags & EVMETHOD_NOENV) && !enable_secure () && getenv ("LIBEV_FLAGS")) + if (!(flags & EVFLAG_NOENV) && !enable_secure () && getenv ("LIBEV_FLAGS")) flags = atoi (getenv ("LIBEV_FLAGS")); if (!(flags & 0x0000ffff)) diff --git a/ev.h b/ev.h index 111be8e..c82f5a1 100644 --- a/ev.h +++ b/ev.h @@ -203,7 +203,7 @@ struct ev_check EV_WATCHER (ev_check) }; -/* invoked when sigchld is received and waitpid indicates the givne pid */ +/* invoked when sigchld is received and waitpid indicates the given pid */ /* revent EV_CHILD */ /* does not support priorities */ struct ev_child diff --git a/ev.html b/ev.html index 4ded676..5fa8652 100644 --- a/ev.html +++ b/ev.html @@ -6,7 +6,7 @@ - + @@ -28,7 +28,7 @@
  • WATCHER TYPES