From 8f065aa9a93b49bfb8e66d74b30a16c0c4654734 Mon Sep 17 00:00:00 2001 From: jkoshy Date: Fri, 15 Apr 2005 14:46:59 +0000 Subject: Add a 'SEE ALSO' section. --- share/man/man9/taskqueue.9 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'share/man/man9/taskqueue.9') diff --git a/share/man/man9/taskqueue.9 b/share/man/man9/taskqueue.9 index 1a53911..33f616b 100644 --- a/share/man/man9/taskqueue.9 +++ b/share/man/man9/taskqueue.9 @@ -231,6 +231,10 @@ The thread queue can be used, for instance, by interrupt level routines that need to call kernel functions that do things that can only be done from a thread context. (e.g., call malloc with the M_WAITOK flag.) +.Sh SEE ALSO +.Xr ithread 9 , +.Xr kthread 9 , +.Xr swi 9 .Sh HISTORY This interface first appeared in .Fx 5.0 . -- cgit v1.1