aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Cimerman <mc@doas.su>2025-09-13 21:35:17 +0000
committerWarner Losh <imp@FreeBSD.org>2025-09-14 02:49:14 +0000
commit3b6f0edd5ccc1f013fb25fe49244fffe42e7cbe1 (patch)
tree34bc251f36925fb8ea03ab3a17c1c8652af21831
parentc8b87aa10d684111ec4f82b31a262850a28e5eb2 (diff)
taskqueue.9: replace ithread(9) with intr_event(9)
Signed-off-by: Miroslav Cimerman <mc@doas.su> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1845
-rw-r--r--share/man/man9/taskqueue.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/taskqueue.9 b/share/man/man9/taskqueue.9
index 5afeffcb558b..8ffa9a96d816 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