diff options
author | 2005-06-18 01:52:22 +0000 | |
---|---|---|
committer | 2005-06-18 01:52:22 +0000 | |
commit | 348ce57b33c699bae302b76b51b48d118e1449ea (patch) | |
tree | fa2c592629e1f9fe242c4a0a8c9d696047f0ed34 /lib/libevent/event.3 | |
parent | sync (diff) | |
download | wireguard-openbsd-348ce57b33c699bae302b76b51b48d118e1449ea.tar.xz wireguard-openbsd-348ce57b33c699bae302b76b51b48d118e1449ea.zip |
update to libevent 1.1a; keep local changes
ok grunk@
Diffstat (limited to 'lib/libevent/event.3')
-rw-r--r-- | lib/libevent/event.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libevent/event.3 b/lib/libevent/event.3 index 25cb2e48eff..4eedc9edcc2 100644 --- a/lib/libevent/event.3 +++ b/lib/libevent/event.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: event.3,v 1.20 2005/05/04 03:17:48 brad Exp $ +.\" $OpenBSD: event.3,v 1.21 2005/06/18 01:52:22 brad Exp $ .\" .\" Copyright (c) 2000 Artur Grabowski <art@openbsd.org> .\" All rights reserved. @@ -196,7 +196,7 @@ After the signal handler sets .Nm event_dispatch will execute the callback function to process received signals. The callback returns 1 when no events are registered any more. -It can return -1 to indicate an error to the +It can return \-1 to indicate an error to the .Nm event library, causing .Fn event_dispatch @@ -366,7 +366,7 @@ The functions and .Fn evtimer_pending are abbreviations for common situations where only a timeout is required. -The file descriptor passed will be 0, and the event type will be +The file descriptor passed will be \-1, and the event type will be .Va EV_TIMEOUT . .Pp The functions |