diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2026-06-22 19:07:19 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2026-06-22 19:09:43 +0000 |
| commit | df8ca3f89aa2b2c374886cc39b24c76796d7db9a (patch) | |
| tree | 3e1ee0205e6746368b0bc93171cf163dd7fbfe88 | |
| parent | 1ca439a216a0415e409218c1ebbcbbd4ff89d75c (diff) | |
kqueue.2: knote is activated as the first action of tdsendsignal()
Sponsored by: The FreeBSD Foundation
MFC after: 3 days
| -rw-r--r-- | lib/libsys/kqueue.2 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
