From 4762c80628e93efcaeb098057358f672ae5e576e Mon Sep 17 00:00:00 2001 From: gonzo Date: Thu, 22 May 2008 21:41:19 +0000 Subject: Clean out all mentions of struct proc* for it was removed from taskqueue(9) API more then two years ago. Approved by: cognet (mentor) --- share/man/man9/taskqueue.9 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'share') diff --git a/share/man/man9/taskqueue.9 b/share/man/man9/taskqueue.9 index 2a63a42..82c7865 100644 --- a/share/man/man9/taskqueue.9 +++ b/share/man/man9/taskqueue.9 @@ -54,7 +54,7 @@ struct task { }; .Ed .Ft struct taskqueue * -.Fn taskqueue_create "const char *name" "int mflags" "taskqueue_enqueue_fn enqueue" "void *context" "struct proc **" +.Fn taskqueue_create "const char *name" "int mflags" "taskqueue_enqueue_fn enqueue" "void *context" .Ft void .Fn taskqueue_free "struct taskqueue *queue" .Ft struct taskqueue * @@ -217,9 +217,6 @@ The .Fn TASKQUEUE_DEFINE_THREAD macro defines a new taskqueue with its own kernel thread to serve tasks. The variable -.Vt struct proc *taskqueue_name_proc -is defined which contains the kernel thread serving the tasks. -The variable .Vt struct taskqueue *taskqueue_name is used to enqueue tasks onto the queue. .Ss Predefined Task Queues -- cgit v1.1