summaryrefslogtreecommitdiffstats
path: root/lib/libevent
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2005-04-22 08:32:17 +0000
committerjmc <jmc@openbsd.org>2005-04-22 08:32:17 +0000
commitd4b40cfaab92f94cff85a035a4fab9013334318a (patch)
tree767459475b04b21f78eb1c95f52b853059ca10f5 /lib/libevent
parentsync (diff)
downloadwireguard-openbsd-d4b40cfaab92f94cff85a035a4fab9013334318a.tar.xz
wireguard-openbsd-d4b40cfaab92f94cff85a035a4fab9013334318a.zip
- no need for .Pp before .Sh
- sometime -> sometimes
Diffstat (limited to 'lib/libevent')
-rw-r--r--lib/libevent/event.37
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/libevent/event.3 b/lib/libevent/event.3
index ad302f2c2da..f4d4c926fc9 100644
--- a/lib/libevent/event.3
+++ b/lib/libevent/event.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: event.3,v 1.18 2005/04/22 01:10:34 brad Exp $
+.\" $OpenBSD: event.3,v 1.19 2005/04/22 08:32:17 jmc Exp $
.\"
.\" Copyright (c) 2000 Artur Grabowski <art@openbsd.org>
.\" All rights reserved.
@@ -393,12 +393,11 @@ By setting the environment variable
.Va EVENT_SHOW_METHOD ,
.Nm libevent
displays the kernel notification method that it uses.
-.Pp
.Sh EVENT PRIORITIES
By default
.Nm libevent
schedules all active events with the same priority.
-However, sometime it is desirable to process some events with a higher
+However, sometimes it is desirable to process some events with a higher
priority than others.
For that reason,
.Nm libevent
@@ -418,7 +417,6 @@ By default,
.Nm libevent
assigns the middle priority to all events unless their priority
is explicitly set.
-.Pp
.Sh THREAD SAFE EVENTS
.Nm Libevent
has experimental support for thread-safe events.
@@ -437,7 +435,6 @@ should be called after preparing an event with
as
.Fn event_set
assigns the provided event to the most recently created event base.
-.Pp
.Sh BUFFERED EVENTS
.Nm libevent
provides an abstraction on top of the regular event callbacks.