summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJason Peel <jsyn@cvs.openbsd.org>2002-09-30 18:38:06 +0000
committerJason Peel <jsyn@cvs.openbsd.org>2002-09-30 18:38:06 +0000
commit1442159b16941852027141b8de81778c206852e6 (patch)
tree3589d61b84b42ec24ff0616f60c681f61dd9619e /lib
parente9f97bcd5f62729c4cb62e8676a0e1883e0f8b0d (diff)
grammar; ok deraadt@
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 29ab4c99b50..b9798ed75ee 100644
--- a/lib/libevent/event.3
+++ b/lib/libevent/event.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: event.3,v 1.4 2002/07/12 18:50:48 provos Exp $
+.\" $OpenBSD: event.3,v 1.5 2002/09/30 18:38:05 jsyn Exp $
.\"
.\" Copyright (c) 2000 Artur Grabowski <art@openbsd.org>
.\" All rights reserved.
@@ -96,7 +96,7 @@
The
.Nm event
API provides a mechanism to execute a function when a specific event
-on a file descriptor occurs or after at a given time has passed.
+on a file descriptor occurs or after a given time has passed.
.Pp
The
.Nm event
@@ -106,7 +106,7 @@ before it can be used.
.Pp
In order to process events, an application needs to call
.Fn event_dispatch .
-This functions only returns on error, and should replace the event core
+This function only returns on error, and should replace the event core
of the application program.
.Pp
In order to avoid races in signal handlers, the
@@ -224,7 +224,7 @@ until it has timed out or been removed with
.Fn event_del .
If the event in the
.Fa ev
-argument has already a scheduled timeout, the old timeout will be
+argument already has a scheduled timeout, the old timeout will be
replaced by the new one.
.Pp
The function