From c460143353cbfacf07eae148640077b06ca3fc5e Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 24 Nov 2005 19:39:56 +0000 Subject: [PATCH] Article improvements. Use more macros. Sort SEE ALSO. --- share/man/man9/workqueue_create.9 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/share/man/man9/workqueue_create.9 b/share/man/man9/workqueue_create.9 index e8430cc6b4f3..765516f6b796 100644 --- a/share/man/man9/workqueue_create.9 +++ b/share/man/man9/workqueue_create.9 @@ -1,4 +1,4 @@ -.\" $NetBSD: workqueue_create.9,v 1.1 2005/11/24 08:20:51 yamt Exp $ +.\" $NetBSD: workqueue_create.9,v 1.2 2005/11/24 19:39:56 wiz Exp $ .\" .\" Copyright (c)2005 YAMAMOTO Takashi, .\" All rights reserved. @@ -50,15 +50,15 @@ It takes the following arguments. .It Fa wqp Specify where to store the created workqueue. .It Fa func -A function to be called for each -work . +The function to be called for each +.Ar work . .It Fa arg An argument to be passed as a second argument of .Fa func . .It Fa name -A name of the workqueue. +The name of the workqueue. .It Fa prio -A process priority to be used when sleeping to wait requests. +The process priority to be used when sleeping to wait requests. .It Fa ipl The highest IPL at which this workqueue is used. .It Fa flags @@ -72,8 +72,8 @@ Otherwise, it returns an .Xr errno 2 . .\" ------------------------------------------------------------ .Sh SEE ALSO -.Xr intro 9 , .Xr errno 2 , +.Xr intro 9 , .Xr ltsleep 9 , .Xr workqueue 9 .\" ------------------------------------------------------------