From 3b6f0edd5ccc1f013fb25fe49244fffe42e7cbe1 Mon Sep 17 00:00:00 2001 From: Miroslav Cimerman Date: Sat, 13 Sep 2025 23:35:17 +0200 Subject: [PATCH] taskqueue.9: replace ithread(9) with intr_event(9) Signed-off-by: Miroslav Cimerman Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1845 --- share/man/man9/taskqueue.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man9/taskqueue.9 b/share/man/man9/taskqueue.9 index 5afeffcb558..8ffa9a96d81 100644 --- a/share/man/man9/taskqueue.9 +++ b/share/man/man9/taskqueue.9 @@ -530,7 +530,7 @@ If queueing delays cannot be tolerated then a private taskqueue should be created with a dedicated processing thread. .Sh SEE ALSO .Xr callout 9 , -.Xr ithread 9 , +.Xr intr_event 9 , .Xr kthread 9 , .Xr swi 9 .Sh HISTORY