diff options
Diffstat (limited to 'lib/libevent/event.3')
-rw-r--r-- | lib/libevent/event.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libevent/event.3 b/lib/libevent/event.3 index 350cdc8155b..0e6cf818e4a 100644 --- a/lib/libevent/event.3 +++ b/lib/libevent/event.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: event.3,v 1.29 2007/03/19 15:12:49 millert Exp $ +.\" $OpenBSD: event.3,v 1.30 2007/03/19 19:31:13 jmc Exp $ .\" .\" Copyright (c) 2000 Artur Grabowski <art@openbsd.org> .\" All rights reserved. @@ -495,7 +495,7 @@ The error callback has to be always provided. .Pp Once initialized, the bufferevent structure can be used repeatedly with bufferevent_enable() and bufferevent_disable(). -The flags parameter can be a combination of +The flags parameter can be a combination of .Va EV_READ and .Va EV_WRITE . @@ -537,9 +537,9 @@ This can be done by calling The second argument is the URI for which a callback is being registered. The corresponding callback will receive an .Va struct evhttp_request -object that contains all information about the request. +object that contains all information about the request. .Pp -This section does not document all the possible function calls, please +This section does not document all the possible function calls; please check .Va event.h for the public interfaces. |