Add a 'SEE ALSO' section.

This commit is contained in:
Joseph Koshy 2005-04-15 14:46:59 +00:00
parent 159d2a98c5
commit 3bbf58f9be
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=145114

View file

@ -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 .