Skip to content

Commit

Permalink
grammar from [email protected]
Browse files Browse the repository at this point in the history
svn:r36
  • Loading branch information
provos committed Oct 7, 2002
1 parent 9d2401f commit ac44ddd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions event.3
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ac44ddd

Please sign in to comment.