From 4a193530e83c4f18d421058c900dea11c5ef511c Mon Sep 17 00:00:00 2001 From: schwarze Date: Thu, 27 Apr 2023 16:48:53 +0000 Subject: [PATCH] tiny wording tweak from Ted Bullock to make misunderstandings less likely; OK jmc@ --- lib/libevent/event_set.3 | 6 +++--- 1 file 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 .\" .\" 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 . -- 2.20.1