diff options
author | root <root> | 2012-05-26 08:52:09 +0000 |
---|---|---|
committer | root <root> | 2012-05-26 08:52:09 +0000 |
commit | 95c51a03489b1656e3182f2e6d1dde674a8e776e (patch) | |
tree | 6f6e06061d2299f542beba14652007eabb6148d2 /ev.3 | |
parent | 4cb698292730379d4794a29bb7e68535a7f82e18 (diff) |
*** empty log message ***
Diffstat (limited to 'ev.3')
-rw-r--r-- | ev.3 | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -.\" Automatically generated by Pod::Man 2.23 (Pod::Simple 3.14) +.\" Automatically generated by Pod::Man 2.25 (Pod::Simple 3.16) .\" .\" Standard preamble: .\" ======================================================================== @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "LIBEV 3" -.TH LIBEV 3 "2012-05-06" "libev-4.11" "libev - high performance full featured event loop" +.TH LIBEV 3 "2012-05-26" "libev-4.11" "libev - high performance full featured event loop" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -4090,7 +4090,7 @@ will work fine. .PP Proper exception specifications might have to be added to callbacks passed to libev: exceptions may be thrown only from watcher callbacks, all -other callbacks (allocator, syserr, loop acquire/release and periodioc +other callbacks (allocator, syserr, loop acquire/release and periodic reschedule callbacks) must not throw exceptions, and might need a \f(CW\*(C`throw ()\*(C'\fR specification. If you have code that needs to be compiled as both C and \*(C+ you can use the \f(CW\*(C`EV_THROW\*(C'\fR macro for this: @@ -4681,7 +4681,7 @@ the underlying \s-1OS\s0 handle. If defined to be \f(CW1\fR, libev will use \f(CW\*(C`WSASocket\*(C'\fR to create its internal communication socket, which works better in some environments. Otherwise, the normal \f(CW\*(C`socket\*(C'\fR function will be used, which works better in other -enviornments. +environments. .IP "\s-1EV_USE_POLL\s0" 4 .IX Item "EV_USE_POLL" If defined to be \f(CW1\fR, libev will compile in support for the \f(CW\*(C`poll\*(C'\fR(2) |