diff options
-rw-r--r-- | share/man/man9/taskqueue.9 | 4 |
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 . |