summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-03-19 19:31:14 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-03-19 19:31:14 +0000
commit7335a93a32e88c4d83415f53816528f7404b1323 (patch)
tree387ca2278873626f2fd34e7f256e887bd21cc9af /lib
parent1e7f272f2db55a4d4fcdf3fc05b66ca6e7758226 (diff)
tweaks;
Diffstat (limited to 'lib')
-rw-r--r--lib/libevent/event.38
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.