The branch main has been updated by kib:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=df8ca3f89aa2b2c374886cc39b24c76796d7db9a

commit df8ca3f89aa2b2c374886cc39b24c76796d7db9a
Author:     Konstantin Belousov <[email protected]>
AuthorDate: 2026-06-22 19:07:19 +0000
Commit:     Konstantin Belousov <[email protected]>
CommitDate: 2026-06-22 19:09:43 +0000

    kqueue.2: knote is activated as the first action of tdsendsignal()
    
    Sponsored by:   The FreeBSD Foundation
    MFC after:      3 days
---
 lib/libsys/kqueue.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libsys/kqueue.2 b/lib/libsys/kqueue.2
index 97532c530b20..6e2d2df40ead 100644
--- a/lib/libsys/kqueue.2
+++ b/lib/libsys/kqueue.2
@@ -612,7 +612,7 @@ been marked as
 except for the
 .Dv SIGCHLD
 signal, which, if ignored, will not be recorded by the filter.
-Event notification happens after normal
+Event notification happens before normal
 signal delivery processing.
 .Va data
 returns the number of times the signal has occurred since the last call to

Reply via email to