aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/taskqueue.9
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>2005-04-15 14:46:59 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>2005-04-15 14:46:59 +0000
commit3bbf58f9bee35e31b47d29ba790ecb3a736bce95 (patch)
treecdbf53b2363397aa64363fc861d03d40db7bd88c /share/man/man9/taskqueue.9
parent159d2a98c56e6279e714815f6befd6b3410e7bb2 (diff)
downloadsrc-3bbf58f9bee35e31b47d29ba790ecb3a736bce95.tar.gz
src-3bbf58f9bee35e31b47d29ba790ecb3a736bce95.zip
Add a 'SEE ALSO' section.
Notes
Notes: svn path=/head/; revision=145114
Diffstat (limited to 'share/man/man9/taskqueue.9')
-rw-r--r--share/man/man9/taskqueue.94
1 files changed, 4 insertions, 0 deletions
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 .