Add a 'SEE ALSO' section.

This commit is contained in:
Joseph Koshy 2005-04-15 14:46:59 +00:00
parent 159d2a98c5
commit 3bbf58f9be

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 that need to call kernel functions that do things that can only be done
from a thread context. from a thread context.
(e.g., call malloc with the M_WAITOK flag.) (e.g., call malloc with the M_WAITOK flag.)
.Sh SEE ALSO
.Xr ithread 9 ,
.Xr kthread 9 ,
.Xr swi 9
.Sh HISTORY .Sh HISTORY
This interface first appeared in This interface first appeared in
.Fx 5.0 . .Fx 5.0 .