From aa52a5a900bdec01cd64392151f45ae2b913614b Mon Sep 17 00:00:00 2001 From: ru Date: Wed, 16 Jun 2004 08:33:57 +0000 Subject: Assorted markup, spelling, and grammar fixes. --- share/man/man9/taskqueue.9 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'share/man/man9/taskqueue.9') diff --git a/share/man/man9/taskqueue.9 b/share/man/man9/taskqueue.9 index e7d6b82..ef323ff 100644 --- a/share/man/man9/taskqueue.9 +++ b/share/man/man9/taskqueue.9 @@ -52,7 +52,6 @@ struct task { task_fn ta_func; /* task handler */ void *ta_context; /* argument for handler */ }; - .Ed .Ft struct taskqueue * .Fn taskqueue_create "const char *name" "int mflags" "taskqueue_enqueue_fn enqueue" "void *context" @@ -197,7 +196,7 @@ The thread taskqueue runs in a kernel thread context, and tasks run from this thread do not run under the Giant kernel lock. If the caller wants to run under Giant, he should explicitly acquire and release Giant in his taskqueue handler routine. - +.Pp To use these queues, call .Fn taskqueue_enqueue -- cgit v1.1