From 3bbf58f9bee35e31b47d29ba790ecb3a736bce95 Mon Sep 17 00:00:00 2001 From: Joseph Koshy Date: Fri, 15 Apr 2005 14:46:59 +0000 Subject: [PATCH] Add a 'SEE ALSO' section. --- share/man/man9/taskqueue.9 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/share/man/man9/taskqueue.9 b/share/man/man9/taskqueue.9 index 1a539116ce32..33f616b972a9 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 .