diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2023-04-27 16:48:54 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2023-04-27 16:48:54 +0000 |
commit | 57e6300850cc7318dc8b822d7ea82b5d6f1473c5 (patch) | |
tree | c06de1349d2ca5af0a327c465bc92829c462fc98 /lib/libevent/event_set.3 | |
parent | 55a6a419fec547e8551cb024694ebb1540771673 (diff) |
tiny wording tweak from Ted Bullock to make misunderstandings less likely;
OK jmc@
Diffstat (limited to 'lib/libevent/event_set.3')
-rw-r--r-- | lib/libevent/event_set.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libevent/event_set.3 b/lib/libevent/event_set.3 index 0c8dff9466b..673cef6ebd3 100644 --- a/lib/libevent/event_set.3 +++ b/lib/libevent/event_set.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: event_set.3,v 1.2 2023/04/27 15:44:36 schwarze Exp $ +.\" $OpenBSD: event_set.3,v 1.3 2023/04/27 16:48:53 schwarze Exp $ .\" Copyright (c) 2023 Ted Bullock <tbullock@comore.com> .\" .\" Permission to use, copy, modify, and distribute this software for any @@ -266,9 +266,9 @@ is .Dv NULL . On success, it removes the event from internal event queues and unregisters it with the kernel notification method. -The function fails if the library was not initialized with +The function fails if the library was neither initialized with .Xr event_init 3 -and the event was not previously assigned to an +nor was the event previously assigned to an .Vt event_base with .Fn event_base_set . |