--- libeio/eio.pod 2012/12/28 20:05:45 1.31 +++ libeio/eio.pod 2013/03/11 07:59:41 1.34 @@ -27,7 +27,7 @@ It also offers wrappers around C (Solaris, Linux, HP-UX and FreeBSD, with emulation on other platforms) and C (Linux, with -emulation elsewhere>). +emulation elsewhere). The goal is to enable you to write fully non-blocking programs. For example, in a game server, you would not want to freeze for a few seconds @@ -178,7 +178,7 @@ ev_idle_init (&repeat_watcher, repeat); ev_async_init (&ready_watcher, ready); - ev_async_start (loop &watcher); + ev_async_start (loop, &watcher); eio_init (want_poll, 0); } @@ -790,8 +790,6 @@ void eio_grp_limit (eio_req *grp, int limit); -=back - =head1 LOW LEVEL REQUEST API @@ -928,10 +926,8 @@ requests, you might want to increase this. If this symbol is undefined (the default) then libeio will use its default -stack size (C currently). If it is defined, but -C<0>, then the default operating system stack size will be used. In all -other cases, the value must be an expression that evaluates to the desired -stack size. +stack size (C currently). In all other cases, the +value must be an expression that evaluates to the desired stack size. =back