mirror of /home/gitosis/repositories/libev.git
parent
d658943665
commit
2ec3fe5e1b
|
@ -19,3 +19,4 @@ event_pending
|
|||
event_priority_init
|
||||
event_priority_set
|
||||
event_set
|
||||
event_set_log_callback
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
AC_INIT
|
||||
AC_CONFIG_SRCDIR([ev_epoll.c])
|
||||
|
||||
AM_INIT_AUTOMAKE(libev,3.31)
|
||||
AM_INIT_AUTOMAKE(libev,3.33)
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
AM_MAINTAINER_MODE
|
||||
|
||||
|
|
4
ev.3
4
ev.3
|
@ -132,7 +132,7 @@
|
|||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "LIBEV 3"
|
||||
.TH LIBEV 3 "2008-05-09" "libev-1.1" "libev - high perfromance full featured event loop"
|
||||
.TH LIBEV 3 "2008-05-11" "libev-3.33" "libev - high perfromance 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
|
||||
|
@ -205,7 +205,7 @@ libev \- a high performance full\-featured event loop written in C
|
|||
.IX Header "DESCRIPTION"
|
||||
The newest version of this document is also available as an html-formatted
|
||||
web page you might find easier to navigate when reading it for the first
|
||||
time: <http://cvs.schmorp.de/libev/ev.html>.
|
||||
time: <http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod>.
|
||||
.PP
|
||||
Libev is an event loop: you register interest in certain events (such as a
|
||||
file descriptor being readable or a timeout occurring), and it will manage
|
||||
|
|
Loading…
Reference in New Issue