diff options
author | 2005-04-22 01:10:34 +0000 | |
---|---|---|
committer | 2005-04-22 01:10:34 +0000 | |
commit | 10139b6b21abd6887b832f91d3f3d99f81bf1fb0 (patch) | |
tree | 4e6030455f50a251f4a4700ee960269c280b1e0b | |
parent | update to libevent 1.0c; keep local changes (diff) | |
download | wireguard-openbsd-10139b6b21abd6887b832f91d3f3d99f81bf1fb0.tar.xz wireguard-openbsd-10139b6b21abd6887b832f91d3f3d99f81bf1fb0.zip |
remove whitespace
-rw-r--r-- | lib/libevent/event.3 | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/lib/libevent/event.3 b/lib/libevent/event.3 index 98347bb196e..ad302f2c2da 100644 --- a/lib/libevent/event.3 +++ b/lib/libevent/event.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: event.3,v 1.17 2005/04/22 01:01:17 brad Exp $ +.\" $OpenBSD: event.3,v 1.18 2005/04/22 01:10:34 brad Exp $ .\" .\" Copyright (c) 2000 Artur Grabowski <art@openbsd.org> .\" All rights reserved. @@ -274,18 +274,18 @@ and .Fn event_del and does not need to be reinitialized unless the function called and/or the argument to it are to be changed. -However, when an +However, when an .Fa ev -structure has been added to libevent using +structure has been added to libevent using .Fn event_add -the structure must persist until the event occurs (assuming -.Fa EV_PERSIST -is not set) or is removed -using -.Fn event_del . +the structure must persist until the event occurs (assuming +.Fa EV_PERSIST +is not set) or is removed +using +.Fn event_del . You may not reuse the same -.Fa ev -structure for multiple monitored descriptors; each descriptor +.Fa ev +structure for multiple monitored descriptors; each descriptor needs its own .Fa ev . .Pp @@ -431,11 +431,11 @@ This event base can be used in conjunction with calls to .Fn event_base_loop , and .Fn event_base_loopexit . -.Fn event_base_set +.Fn event_base_set should be called after preparing an event with -.Fn event_set , +.Fn event_set , as -.Fn event_set +.Fn event_set assigns the provided event to the most recently created event base. .Pp .Sh BUFFERED EVENTS |