mirror of /home/gitosis/repositories/libev.git
4.04
This commit is contained in:
parent
e204699bf3
commit
81a399f57a
|
@ -1,7 +1,7 @@
|
|||
AC_INIT
|
||||
AC_CONFIG_SRCDIR([ev_epoll.c])
|
||||
|
||||
AM_INIT_AUTOMAKE(libev,4.03) dnl also update ev.h!
|
||||
AM_INIT_AUTOMAKE(libev,4.04) dnl also update ev.h!
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
AM_MAINTAINER_MODE
|
||||
|
||||
|
|
4
ev.3
4
ev.3
|
@ -124,7 +124,7 @@
|
|||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "LIBEV 3"
|
||||
.TH LIBEV 3 "2011-01-31" "libev-4.04" "libev - high performance full featured event loop"
|
||||
.TH LIBEV 3 "2011-02-16" "libev-4.04" "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
|
||||
|
@ -5299,7 +5299,7 @@ The physical time that is observed. It is apparently strictly monotonic :)
|
|||
.IP "wall-clock time" 4
|
||||
.IX Item "wall-clock time"
|
||||
The time and date as shown on clocks. Unlike real time, it can actually
|
||||
be wrong and jump forwards and backwards, e.g. when the you adjust your
|
||||
be wrong and jump forwards and backwards, e.g. when you adjust your
|
||||
clock.
|
||||
.IP "watcher" 4
|
||||
.IX Item "watcher"
|
||||
|
|
Loading…
Reference in New Issue